COLOR #CC995C

HEX: #CC995C RGB: (204,153,92)

Renk bilgisi

#CC995C contains mainly red and green colors. #CC995C ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#CC995C color RGB value is (204,153,92).

RGB: (204,153,92) (80%, 60%, 36%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 153 of 255 = 60%
B 92 of 255 = 36%

204
153
92

R + G + B ~ 59%. #CC995C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 153 + 92 = 449 (100%)
R 204 of 449 ~ 45.43%
G 153 of 449 ~ 34.08%
B 92 of 449 ~ 20.49'%

%45.43
%34.08
%20.49

CMYK RENK MODELİ

#CC995C rengi CMYK tonu (0,25,55,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 54.90%
  • ana renk tonu 20.00%

CMYK: (0,25,55,20)
C0M25Y55K20 (0%, 25%, 55%, 20%)
(0.00 / 0.25 / 0.55 / 0.20)

CMYK yüzdeleri

%0
%25
%54.9
%20

Codes

Color #CC995C in popluar color models

CC 99 5C
RGB 204 153 92
HSL 33° 52.34% 58.04%
HSB/HSV 33° 54.90% 80.00%
CMYK 0.00% 25.00% 54.90%
20.00%

Color #CC995C in popluar number systems.

HEX CC 99 5C
Decimal 204 153 92
Binary 11001100 10011001 1011100
Octal 314 231 134

Shades and tints

Shades of #CC995C

#CC995C
(204,153,92)
#BA8C54
(186,140,84)
#A87F4C
(168,127,76)
#967244
(150,114,68)
#84653C
(132,101,60)
#725834
(114,88,52)
#604B2C
(96,75,44)
#4E3E24
(78,62,36)
#3C311C
(60,49,28)
#2A2414
(42,36,20)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #CC995C

#CC995C
(204,153,92)
#D0A26A
(208,162,106)
#D4AB78
(212,171,120)
#D8B486
(216,180,134)
#DCBD94
(220,189,148)
#E0C6A2
(224,198,162)
#E4CFB0
(228,207,176)
#E8D8BE
(232,216,190)
#ECE1CC
(236,225,204)
#F0EADA
(240,234,218)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC995C color. Also use rgb(204,153,92) instead hex code.

Text Font Color

.myTextColor { color: #CC995C; }

<p style="color:#CC995C">This sample text font color is #CC995C.</p>

This text font color is #CC995C.

Background Color

.myBgColor { background-color: #CC995C; }

<div style="background-color:#CC995C">Inner text</div>

This div background color is #CC995C.

Border color

.myBorderColor { border: 1px solid #CC995C; }

<div style="border:3px solid #CC995C">Div</div>

This div border color is #CC995C.

Opacity

.myOpacity80 { color: #CC995C; opacity: 0.8; }

<p style="color:#CC995C;opacity:0.8;">80%</p>

Text with #CC995C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC995C;}

<p style="text-shadow: 3px 3px 1px #CC995C">Text here.</p>

This text has shadow with #CC995C color.


.textShadow {text-shadow: 3px 3px 1px #CC995C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC995C, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC995C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC995C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC995C, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC995C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC995C;
-webkit-box-shadow: 1px 1px 3px 2px #CC995C;
box-shadow: 1px 1px 3px 2px #CC995C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC995C; -webkit-box-shadow: 1px 1px 3px 2px #CC995C; box-shadow:1px 1px 3px 2px #CC995C;">
Div content here
</div>

This div box has shadow with color #CC995C.

Preview

Color preview on black background

This text has color #CC995C on black background.


Color preview on white background

This text has color #CC995C on white background.


Black color preview on #CC995C background

This text has black color on #CC995C background.


White color preview on #CC995C background

This text has white color on #CC995C background.


Related colors

Complementary color

Complementary color for #hex is #3366A3.


I love getcolorcode.com

Triadic colors

1 #5CCC99 and #995CCC with #CC995C are triadic colors.

2 #5C99CC and #99CC5C with #CC995C are triadic colors.