Shades of Kangaroo #CAC6AF
Tints of Kangaroo #CAC6AF
RGB
CMYK
RGB Variations
Color information
#CAC6AF (or 0xCAC6AF) is known color: Kangaroo. HEX triplet: CA, C6 and AF. RGB value is (202,198,175). Sum of RGB (Red+Green+Blue) = 202+198+175=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AF is #353950. Grayscale: #C4C4C4. Windows color (decimal): -3488081 or 11519690. OLE color: 11519690.
HSL color Cylindrical-coordinate representation of color #CAC6AF: hue angle of 51.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC6AF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 175 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.21 |
| HSL | 51.11º | 0.2% | 0.74% | - |
| HSV(B) | 51.11º | 0.13% | 0.79% | - |
| XYZ | 52.29 | 56.04 | 48.62 | - |
| YUV | 196.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 175 | 0 | 0.02 | 0.13 | 0.21 | 51.11 | 0.2 | 0.74 |
| Hex | CA | C6 | AF | 0 | 2 | D | 15 | 33 | 14 | 4A |
| Octal | 312 | 306 | 257 | 0 | 2 | 15 | 25 | 63 | 24 | 112 |
| Binary | 11001010 | 11000110 | 10101111 | 0 | 10 | 1101 | 10101 | 110011 | 10100 | 1001010 |
Color Harmonies of #CAC6AF
Complementary color
Monochromatic Colors of #CAC6AF
Black with #CAC6AF
Text Example
Text Example
White with #CAC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6AF; }
p { color: rgb(202,198,175); }
H1.HeaderClassName
{
color: #CAC6AF;
}
.AnyTagClassName
{
color: #CAC6AF;
}
</style>
background-color css
<style>
a { background-color: #CAC6AF; }
a { background-color: rgb(202,198,175); }
div.DivClassName
{
background-color: #CAC6AF;
}
.BgClassName
{
background-color: #CAC6AF;
}
</style>
border-color css
<style>
span { border-color: #CAC6AF; }
span { border-color: rgb(202,198,175); }
td.TdClassName
{
border-color: #CAC6AF;
}
.TagClassName
{
border-color: #CAC6AF;
}
</style>