Shades of Kangaroo #CAC6A8
Tints of Kangaroo #CAC6A8
RGB
CMYK
RGB Variations
Color information
#CAC6A8 (or 0xCAC6A8) is known color: Kangaroo. HEX triplet: CA, C6 and A8. RGB value is (202,198,168). Sum of RGB (Red+Green+Blue) = 202+198+168=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6A8 is #353957. Grayscale: #C3C3C3. Windows color (decimal): -3488088 or 11060938. OLE color: 11060938.
HSL color Cylindrical-coordinate representation of color #CAC6A8: hue angle of 52.94º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC6A8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 198 | 168 | - |
CMYK | 0 | 0.02 | 0.17 | 0.21 |
HSL | 52.94º | 0.24% | 0.73% | - |
HSV(B) | 52.94º | 0.17% | 0.79% | - |
XYZ | 51.62 | 55.77 | 45.09 | - |
YUV | 195.78 | 112.33 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 168 | 0 | 0.02 | 0.17 | 0.21 | 52.94 | 0.24 | 0.73 |
Hex | CA | C6 | A8 | 0 | 2 | 11 | 15 | 35 | 18 | 49 |
Octal | 312 | 306 | 250 | 0 | 2 | 21 | 25 | 65 | 30 | 111 |
Binary | 11001010 | 11000110 | 10101000 | 0 | 10 | 10001 | 10101 | 110101 | 11000 | 1001001 |
Color Harmonies of #CAC6A8
Complementary color
Monochromatic Colors of #CAC6A8
Black with #CAC6A8
Text Example
Text Example
White with #CAC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6A8; }
p { color: rgb(202,198,168); }
H1.HeaderClassName
{
color: #CAC6A8;
}
.AnyTagClassName
{
color: #CAC6A8;
}
</style>
background-color css
<style>
a { background-color: #CAC6A8; }
a { background-color: rgb(202,198,168); }
div.DivClassName
{
background-color: #CAC6A8;
}
.BgClassName
{
background-color: #CAC6A8;
}
</style>
border-color css
<style>
span { border-color: #CAC6A8; }
span { border-color: rgb(202,198,168); }
td.TdClassName
{
border-color: #CAC6A8;
}
.TagClassName
{
border-color: #CAC6A8;
}
</style>