Html Css Color HEX #CCCAAA Kangaroo

📋 copy color: '#CCCAAA'

red 204 ◦ green 202 ◦ blue 170

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

Shades of Kangaroo #CCCAAA

Tints of Kangaroo #CCCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.07%

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

R = 35.42%
G = 35.07%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCCAAA (or 0xCCCAAA) is known color: Kangaroo. HEX triplet: CC, CA and AA. RGB value is (204,202,170). Sum of RGB (Red+Green+Blue) = 204+202+170=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAA is #333555. Grayscale: #C7C7C7. Windows color (decimal): -3355990 or 11193036. OLE color: 11193036.

HSL color Cylindrical-coordinate representation of color #CCCAAA: hue angle of 56.47º 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 #CCCAAA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 170 -
CMYK 0 0.01 0.17 0.2
HSL 56.47º 0.25% 0.73% -
HSV(B) 56.47º 0.17% 0.8% -
XYZ 53.28 57.98 46.41 -
YUV 198.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 204 202 170 0 0.01 0.17 0.2 56.47 0.25 0.73
Hex CC CA AA 0 1 11 14 38 19 49
Octal 314 312 252 0 1 21 24 70 31 111
Binary 11001100 11001010 10101010 0 1 10001 10100 111000 11001 1001001

Color Harmonies of #CCCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAAA

Black with #CCCAAA

Text Example


Text Example

White with #CCCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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