Shades of Kangaroo #CAC9AC
Tints of Kangaroo #CAC9AC
RGB
CMYK
RGB Variations
Color information
#CAC9AC (or 0xCAC9AC) is known color: Kangaroo. HEX triplet: CA, C9 and AC. RGB value is (202,201,172). Sum of RGB (Red+Green+Blue) = 202+201+172=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC9AC is #353653. Grayscale: #C6C6C6. Windows color (decimal): -3487316 or 11323850. OLE color: 11323850.
HSL color Cylindrical-coordinate representation of color #CAC9AC: hue angle of 58º 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 #CAC9AC is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 201 | 172 | - |
CMYK | 0 | 0.00 | 0.15 | 0.21 |
HSL | 58º | 0.22% | 0.73% | - |
HSV(B) | 58º | 0.15% | 0.79% | - |
XYZ | 52.69 | 57.31 | 47.31 | - |
YUV | 197.99 | 113.33 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 172 | 0 | 0.00 | 0.15 | 0.21 | 58 | 0.22 | 0.73 |
Hex | CA | C9 | AC | 0 | 0 | F | 15 | 3A | 16 | 49 |
Octal | 312 | 311 | 254 | 0 | 0 | 17 | 25 | 72 | 26 | 111 |
Binary | 11001010 | 11001001 | 10101100 | 0 | 0 | 1111 | 10101 | 111010 | 10110 | 1001001 |
Color Harmonies of #CAC9AC
Complementary color
Monochromatic Colors of #CAC9AC
Black with #CAC9AC
Text Example
Text Example
White with #CAC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9AC; }
p { color: rgb(202,201,172); }
H1.HeaderClassName
{
color: #CAC9AC;
}
.AnyTagClassName
{
color: #CAC9AC;
}
</style>
background-color css
<style>
a { background-color: #CAC9AC; }
a { background-color: rgb(202,201,172); }
div.DivClassName
{
background-color: #CAC9AC;
}
.BgClassName
{
background-color: #CAC9AC;
}
</style>
border-color css
<style>
span { border-color: #CAC9AC; }
span { border-color: rgb(202,201,172); }
td.TdClassName
{
border-color: #CAC9AC;
}
.TagClassName
{
border-color: #CAC9AC;
}
</style>