Html Css Color HEX #CCC9A4 Kangaroo

📋 copy color: '#CCC9A4'

red 204 ◦ green 201 ◦ blue 164

#CCC9A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #CCC9A4

Tints of Kangaroo #CCC9A4

RGB

 RED value IS 204 (80.08% from 255) = 35.85%

 GREEN value IS 201 (78.91% from 255) = 35.33%

 BLUE value IS 164 (64.45% from 255) = 28.82%

R = 35.85%
G = 35.33%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC9A4 (or 0xCCC9A4) is known color: Kangaroo. HEX triplet: CC, C9 and A4. RGB value is (204,201,164). Sum of RGB (Red+Green+Blue) = 204+201+164=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9A4 is #33365B. Grayscale: #C5C5C5. Windows color (decimal): -3356252 or 10799564. OLE color: 10799564.

HSL color Cylindrical-coordinate representation of color #CCC9A4: hue angle of 55.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC9A4 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 164 -
CMYK 0 0.01 0.20 0.2
HSL 55.5º 0.28% 0.72% -
HSV(B) 55.5º 0.2% 0.8% -
XYZ 52.49 57.29 43.41 -
YUV 197.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 204 201 164 0 0.01 0.20 0.2 55.5 0.28 0.72
Hex CC C9 A4 0 1 14 14 38 1C 48
Octal 314 311 244 0 1 24 24 70 34 110
Binary 11001100 11001001 10100100 0 1 10100 10100 111000 11100 1001000

Color Harmonies of #CCC9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9A4

Black with #CCC9A4

Text Example


Text Example

White with #CCC9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9A4; }

 p { color: rgb(204,201,164); }

 H1.HeaderClassName
 {
   color: #CCC9A4;
 }
 .AnyTagClassName
 {
   color: #CCC9A4;
 }
</style>

background-color css

<style>
 a { background-color: #CCC9A4; }

 a { background-color: rgb(204,201,164); }

 div.DivClassName
 {
   background-color: #CCC9A4;
 }
 .BgClassName
 {
   background-color: #CCC9A4;
 }
</style>

border-color css

<style>
 span { border-color: #CCC9A4; }

 span { border-color: rgb(204,201,164); }

 td.TdClassName
 {
   border-color: #CCC9A4;
 }
 .TagClassName
 {
   border-color: #CCC9A4;
 }
</style>