#CCCBA8

Color #CCCBA8 Kangaroo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kangaroo #CCCBA8

Tints of Kangaroo #CCCBA8

Color information

#CCCBA8 (or 0xCCCBA8) is unknown color: approx Kangaroo. HEX triplet: CC, CB and A8. RGB value is (204,203,168). Sum of RGB (Red+Green+Blue) = 204+203+168=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA8 is #333457. Grayscale: #C7C7C7. Windows color (decimal): -3355736 or 11062220. OLE color: 11062220.

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

Color convert

RGB204203168-
CMYK00.000.180.2
HSL58.33º26.09%72.94%-
HSV(B)58.33º17.65%80%-
XYZ53.3358.3845.5-
YUV199.31110.33131.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 168 (66.02% from 255) = 29.22%
R=35.48%
G=35.30%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420316800.000.180.258.3326.0972.94
HexCCCBA80012143a1a49
Octal3143132500022247232111
Binary110011001100101110101000001001010100111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBA8; }

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

 H1.HeaderClassName
 {
   color: #CCCBA8;
 }
 .AnyTagClassName
 {
   color: #CCCBA8;
 }
</style>
background-color css

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

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

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

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

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

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