Shades of Kangaroo #CAC7B0
Tints of Kangaroo #CAC7B0
RGB
CMYK
RGB Variations
Color information
#CAC7B0 (or 0xCAC7B0) is known color: Kangaroo. HEX triplet: CA, C7 and B0. RGB value is (202,199,176). Sum of RGB (Red+Green+Blue) = 202+199+176=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC7B0 is #35384F. Grayscale: #C5C5C5. Windows color (decimal): -3487824 or 11585482. OLE color: 11585482.
HSL color Cylindrical-coordinate representation of color #CAC7B0: hue angle of 53.08º 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 #CAC7B0 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 199 | 176 | - |
CMYK | 0 | 0.01 | 0.13 | 0.21 |
HSL | 53.08º | 0.2% | 0.74% | - |
HSV(B) | 53.08º | 0.13% | 0.79% | - |
XYZ | 52.62 | 56.54 | 49.21 | - |
YUV | 197.28 | 115.99 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 176 | 0 | 0.01 | 0.13 | 0.21 | 53.08 | 0.2 | 0.74 |
Hex | CA | C7 | B0 | 0 | 1 | D | 15 | 35 | 14 | 4A |
Octal | 312 | 307 | 260 | 0 | 1 | 15 | 25 | 65 | 24 | 112 |
Binary | 11001010 | 11000111 | 10110000 | 0 | 1 | 1101 | 10101 | 110101 | 10100 | 1001010 |
Color Harmonies of #CAC7B0
Complementary color
Monochromatic Colors of #CAC7B0
Black with #CAC7B0
Text Example
Text Example
White with #CAC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7B0; }
p { color: rgb(202,199,176); }
H1.HeaderClassName
{
color: #CAC7B0;
}
.AnyTagClassName
{
color: #CAC7B0;
}
</style>
background-color css
<style>
a { background-color: #CAC7B0; }
a { background-color: rgb(202,199,176); }
div.DivClassName
{
background-color: #CAC7B0;
}
.BgClassName
{
background-color: #CAC7B0;
}
</style>
border-color css
<style>
span { border-color: #CAC7B0; }
span { border-color: rgb(202,199,176); }
td.TdClassName
{
border-color: #CAC7B0;
}
.TagClassName
{
border-color: #CAC7B0;
}
</style>