Html Css Color HEX #CCCBA9 Kangaroo

📋 copy color: '#CCCBA9'

red 204 ◦ green 203 ◦ blue 169

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

Shades of Kangaroo #CCCBA9

Tints of Kangaroo #CCCBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.24%

 BLUE value IS 169 (66.41% from 255) = 29.34%

R = 35.42%
G = 35.24%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCCBA9 (or 0xCCCBA9) is known color: Kangaroo. HEX triplet: CC, CB and A9. RGB value is (204,203,169). Sum of RGB (Red+Green+Blue) = 204+203+169=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA9 is #333456. Grayscale: #C7C7C7. Windows color (decimal): -3355735 or 11127756. OLE color: 11127756.

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

Color convert

RGB 204 203 169 -
CMYK 0 0.00 0.17 0.2
HSL 58.29º 0.26% 0.73% -
HSV(B) 58.29º 0.17% 0.8% -
XYZ 53.42 58.41 46 -
YUV 199.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 204 203 169 0 0.00 0.17 0.2 58.29 0.26 0.73
Hex CC CB A9 0 0 11 14 3A 1A 49
Octal 314 313 251 0 0 21 24 72 32 111
Binary 11001100 11001011 10101001 0 0 10001 10100 111010 11010 1001001

Color Harmonies of #CCCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBA9

Black with #CCCBA9

Text Example


Text Example

White with #CCCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBA9; }

 p { color: rgb(204,203,169); }

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

background-color css

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

 a { background-color: rgb(204,203,169); }

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

border-color css

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

 span { border-color: rgb(204,203,169); }

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