Shades of Kangaroo #C4C2AC
Tints of Kangaroo #C4C2AC
RGB
CMYK
RGB Variations
Color information
#C4C2AC (or 0xC4C2AC) is known color: Kangaroo. HEX triplet: C4, C2 and AC. RGB value is (196,194,172). Sum of RGB (Red+Green+Blue) = 196+194+172=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C2AC is #3B3D53. Grayscale: #C0C0C0. Windows color (decimal): -3882324 or 11322052. OLE color: 11322052.
HSL color Cylindrical-coordinate representation of color #C4C2AC: hue angle of 55º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4C2AC is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 172 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.23 |
| HSL | 55º | 0.17% | 0.72% | - |
| HSV(B) | 55º | 0.12% | 0.77% | - |
| XYZ | 49.5 | 53.3 | 46.71 | - |
| YUV | 192.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 172 | 0 | 0.01 | 0.12 | 0.23 | 55 | 0.17 | 0.72 |
| Hex | C4 | C2 | AC | 0 | 1 | C | 17 | 37 | 11 | 48 |
| Octal | 304 | 302 | 254 | 0 | 1 | 14 | 27 | 67 | 21 | 110 |
| Binary | 11000100 | 11000010 | 10101100 | 0 | 1 | 1100 | 10111 | 110111 | 10001 | 1001000 |
Color Harmonies of #C4C2AC
Complementary color
Monochromatic Colors of #C4C2AC
Black with #C4C2AC
Text Example
Text Example
White with #C4C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2AC; }
p { color: rgb(196,194,172); }
H1.HeaderClassName
{
color: #C4C2AC;
}
.AnyTagClassName
{
color: #C4C2AC;
}
</style>
background-color css
<style>
a { background-color: #C4C2AC; }
a { background-color: rgb(196,194,172); }
div.DivClassName
{
background-color: #C4C2AC;
}
.BgClassName
{
background-color: #C4C2AC;
}
</style>
border-color css
<style>
span { border-color: #C4C2AC; }
span { border-color: rgb(196,194,172); }
td.TdClassName
{
border-color: #C4C2AC;
}
.TagClassName
{
border-color: #C4C2AC;
}
</style>