Shades of Kangaroo #C5C2AC
Tints of Kangaroo #C5C2AC
RGB
CMYK
RGB Variations
Color information
#C5C2AC (or 0xC5C2AC) is known color: Kangaroo. HEX triplet: C5, C2 and AC. RGB value is (197,194,172). Sum of RGB (Red+Green+Blue) = 197+194+172=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C2AC is #3A3D53. Grayscale: #C0C0C0. Windows color (decimal): -3816788 or 11322053. OLE color: 11322053.
HSL color Cylindrical-coordinate representation of color #C5C2AC: hue angle of 52.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C2AC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 172 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.23 |
| HSL | 52.8º | 0.18% | 0.72% | - |
| HSV(B) | 52.8º | 0.13% | 0.77% | - |
| XYZ | 49.76 | 53.43 | 46.72 | - |
| YUV | 192.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 172 | 0 | 0.02 | 0.13 | 0.23 | 52.8 | 0.18 | 0.72 |
| Hex | C5 | C2 | AC | 0 | 2 | D | 17 | 35 | 12 | 48 |
| Octal | 305 | 302 | 254 | 0 | 2 | 15 | 27 | 65 | 22 | 110 |
| Binary | 11000101 | 11000010 | 10101100 | 0 | 10 | 1101 | 10111 | 110101 | 10010 | 1001000 |
Color Harmonies of #C5C2AC
Complementary color
Monochromatic Colors of #C5C2AC
Black with #C5C2AC
Text Example
Text Example
White with #C5C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C2AC; }
p { color: rgb(197,194,172); }
H1.HeaderClassName
{
color: #C5C2AC;
}
.AnyTagClassName
{
color: #C5C2AC;
}
</style>
background-color css
<style>
a { background-color: #C5C2AC; }
a { background-color: rgb(197,194,172); }
div.DivClassName
{
background-color: #C5C2AC;
}
.BgClassName
{
background-color: #C5C2AC;
}
</style>
border-color css
<style>
span { border-color: #C5C2AC; }
span { border-color: rgb(197,194,172); }
td.TdClassName
{
border-color: #C5C2AC;
}
.TagClassName
{
border-color: #C5C2AC;
}
</style>