#CACAAA

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

Shades of Kangaroo #CACAAA

Tints of Kangaroo #CACAAA

Color information

#CACAAA (or 0xCACAAA) is unknown color: approx Kangaroo. HEX triplet: CA, CA and AA. RGB value is (202,202,170). Sum of RGB (Red+Green+Blue) = 202+202+170=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAAA is #353555. Grayscale: #C6C6C6. Windows color (decimal): -3487062 or 11193034. OLE color: 11193034.

HSL color Cylindrical-coordinate representation of color #CACAAA: hue angle of 60º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACAAA is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202202170-
CMYK000.160.21
HSL60º23.19%72.94%-
HSV(B)60º15.84%79.22%-
XYZ52.7357.746.39-
YUV198.35112130.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=35.19%
G=35.19%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202170000.160.216023.1972.94
HexCACAAA0010153c1749
Octal3123122520020257427111
Binary110010101100101010101010001000010101111100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAAA; }

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

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

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

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

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

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

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

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