Shades of Kangaroo #CACAAC
Tints of Kangaroo #CACAAC
RGB
CMYK
RGB Variations
Color information
#CACAAC (or 0xCACAAC) is known color: Kangaroo. HEX triplet: CA, CA and AC. RGB value is (202,202,172). Sum of RGB (Red+Green+Blue) = 202+202+172=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAAC is #353553. Grayscale: #C6C6C6. Windows color (decimal): -3487060 or 11324106. OLE color: 11324106.
HSL color Cylindrical-coordinate representation of color #CACAAC: hue angle of 60º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACAAC is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 172 | - |
CMYK | 0 | 0 | 0.15 | 0.21 |
HSL | 60º | 0.22% | 0.73% | - |
HSV(B) | 60º | 0.15% | 0.79% | - |
XYZ | 52.92 | 57.78 | 47.39 | - |
YUV | 198.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 172 | 0 | 0 | 0.15 | 0.21 | 60 | 0.22 | 0.73 |
Hex | CA | CA | AC | 0 | 0 | F | 15 | 3C | 16 | 49 |
Octal | 312 | 312 | 254 | 0 | 0 | 17 | 25 | 74 | 26 | 111 |
Binary | 11001010 | 11001010 | 10101100 | 0 | 0 | 1111 | 10101 | 111100 | 10110 | 1001001 |
Color Harmonies of #CACAAC
Complementary color
Monochromatic Colors of #CACAAC
Black with #CACAAC
Text Example
Text Example
White with #CACAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAAC; }
p { color: rgb(202,202,172); }
H1.HeaderClassName
{
color: #CACAAC;
}
.AnyTagClassName
{
color: #CACAAC;
}
</style>
background-color css
<style>
a { background-color: #CACAAC; }
a { background-color: rgb(202,202,172); }
div.DivClassName
{
background-color: #CACAAC;
}
.BgClassName
{
background-color: #CACAAC;
}
</style>
border-color css
<style>
span { border-color: #CACAAC; }
span { border-color: rgb(202,202,172); }
td.TdClassName
{
border-color: #CACAAC;
}
.TagClassName
{
border-color: #CACAAC;
}
</style>