#CCCBAA

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

Shades of Kangaroo #CCCBAA

Tints of Kangaroo #CCCBAA

Color information

#CCCBAA (or 0xCCCBAA) is unknown color: approx Kangaroo. HEX triplet: CC, CB and AA. RGB value is (204,203,170). Sum of RGB (Red+Green+Blue) = 204+203+170=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBAA is #333455. Grayscale: #C7C7C7. Windows color (decimal): -3355734 or 11193292. OLE color: 11193292.

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

Color convert

RGB204203170-
CMYK00.000.170.2
HSL58.24º25%73.33%-
HSV(B)58.24º16.67%80%-
XYZ53.5158.4546.49-
YUV199.54111.33131.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=35.36%
G=35.18%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420317000.000.170.258.242573.33
HexCCCBAA0011143a1949
Octal3143132520021247231111
Binary110011001100101110101010001000110100111010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBAA; }

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

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

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

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

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

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

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

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