Shades of Kangaroo #CAC7AC
Tints of Kangaroo #CAC7AC
RGB
CMYK
RGB Variations
Color information
#CAC7AC (or 0xCAC7AC) is known color: Kangaroo. HEX triplet: CA, C7 and AC. RGB value is (202,199,172). Sum of RGB (Red+Green+Blue) = 202+199+172=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC7AC is #353853. Grayscale: #C4C4C4. Windows color (decimal): -3487828 or 11323338. OLE color: 11323338.
HSL color Cylindrical-coordinate representation of color #CAC7AC: hue angle of 54º 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 #CAC7AC is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 199 | 172 | - |
CMYK | 0 | 0.01 | 0.15 | 0.21 |
HSL | 54º | 0.22% | 0.73% | - |
HSV(B) | 54º | 0.15% | 0.79% | - |
XYZ | 52.23 | 56.38 | 47.16 | - |
YUV | 196.82 | 113.99 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 172 | 0 | 0.01 | 0.15 | 0.21 | 54 | 0.22 | 0.73 |
Hex | CA | C7 | AC | 0 | 1 | F | 15 | 36 | 16 | 49 |
Octal | 312 | 307 | 254 | 0 | 1 | 17 | 25 | 66 | 26 | 111 |
Binary | 11001010 | 11000111 | 10101100 | 0 | 1 | 1111 | 10101 | 110110 | 10110 | 1001001 |
Color Harmonies of #CAC7AC
Complementary color
Monochromatic Colors of #CAC7AC
Black with #CAC7AC
Text Example
Text Example
White with #CAC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7AC; }
p { color: rgb(202,199,172); }
H1.HeaderClassName
{
color: #CAC7AC;
}
.AnyTagClassName
{
color: #CAC7AC;
}
</style>
background-color css
<style>
a { background-color: #CAC7AC; }
a { background-color: rgb(202,199,172); }
div.DivClassName
{
background-color: #CAC7AC;
}
.BgClassName
{
background-color: #CAC7AC;
}
</style>
border-color css
<style>
span { border-color: #CAC7AC; }
span { border-color: rgb(202,199,172); }
td.TdClassName
{
border-color: #CAC7AC;
}
.TagClassName
{
border-color: #CAC7AC;
}
</style>