Html Css Color HEX #CCC8AC Kangaroo

📋 copy color: '#CCC8AC'

red 204 ◦ green 200 ◦ blue 172

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

Shades of Kangaroo #CCC8AC

Tints of Kangaroo #CCC8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 35.42%
G = 34.72%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC8AC (or 0xCCC8AC) is known color: Kangaroo. HEX triplet: CC, C8 and AC. RGB value is (204,200,172). Sum of RGB (Red+Green+Blue) = 204+200+172=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8AC is #333753. Grayscale: #C6C6C6. Windows color (decimal): -3356500 or 11323596. OLE color: 11323596.

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

Color convert

RGB 204 200 172 -
CMYK 0 0.02 0.16 0.2
HSL 52.5º 0.24% 0.74% -
HSV(B) 52.5º 0.16% 0.8% -
XYZ 53 57.12 47.26 -
YUV 198 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 204 200 172 0 0.02 0.16 0.2 52.5 0.24 0.74
Hex CC C8 AC 0 2 10 14 34 18 4A
Octal 314 310 254 0 2 20 24 64 30 112
Binary 11001100 11001000 10101100 0 10 10000 10100 110100 11000 1001010

Color Harmonies of #CCC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8AC

Black with #CCC8AC

Text Example


Text Example

White with #CCC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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