Html Css Color HEX #CCC8AA Kangaroo

📋 copy color: '#CCC8AA'

red 204 ◦ green 200 ◦ blue 170

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

Shades of Kangaroo #CCC8AA

Tints of Kangaroo #CCC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.84%

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 35.54%
G = 34.84%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCC8AA (or 0xCCC8AA) is known color: Kangaroo. HEX triplet: CC, C8 and AA. RGB value is (204,200,170). Sum of RGB (Red+Green+Blue) = 204+200+170=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8AA is #333755. Grayscale: #C5C5C5. Windows color (decimal): -3356502 or 11192524. OLE color: 11192524.

HSL color Cylindrical-coordinate representation of color #CCC8AA: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC8AA is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 170 -
CMYK 0 0.02 0.17 0.2
HSL 52.94º 0.25% 0.73% -
HSV(B) 52.94º 0.17% 0.8% -
XYZ 52.81 57.05 46.26 -
YUV 197.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 204 200 170 0 0.02 0.17 0.2 52.94 0.25 0.73
Hex CC C8 AA 0 2 11 14 35 19 49
Octal 314 310 252 0 2 21 24 65 31 111
Binary 11001100 11001000 10101010 0 10 10001 10100 110101 11001 1001001

Color Harmonies of #CCC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8AA

Black with #CCC8AA

Text Example


Text Example

White with #CCC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8AA; }

 p { color: rgb(204,200,170); }

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

background-color css

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

 a { background-color: rgb(204,200,170); }

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

border-color css

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

 span { border-color: rgb(204,200,170); }

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