Shades of Kangaroo #C4C2AF
Tints of Kangaroo #C4C2AF
RGB
CMYK
RGB Variations
Color information
#C4C2AF (or 0xC4C2AF) is known color: Kangaroo. HEX triplet: C4, C2 and AF. RGB value is (196,194,175). Sum of RGB (Red+Green+Blue) = 196+194+175=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C2AF is #3B3D50. Grayscale: #C0C0C0. Windows color (decimal): -3882321 or 11518660. OLE color: 11518660.
HSL color Cylindrical-coordinate representation of color #C4C2AF: hue angle of 54.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C2AF is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 175 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.23 |
| HSL | 54.29º | 0.15% | 0.73% | - |
| HSV(B) | 54.29º | 0.11% | 0.77% | - |
| XYZ | 49.79 | 53.41 | 48.24 | - |
| YUV | 192.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 175 | 0 | 0.01 | 0.11 | 0.23 | 54.29 | 0.15 | 0.73 |
| Hex | C4 | C2 | AF | 0 | 1 | B | 17 | 36 | F | 49 |
| Octal | 304 | 302 | 257 | 0 | 1 | 13 | 27 | 66 | 17 | 111 |
| Binary | 11000100 | 11000010 | 10101111 | 0 | 1 | 1011 | 10111 | 110110 | 1111 | 1001001 |
Color Harmonies of #C4C2AF
Complementary color
Monochromatic Colors of #C4C2AF
Black with #C4C2AF
Text Example
Text Example
White with #C4C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2AF; }
p { color: rgb(196,194,175); }
H1.HeaderClassName
{
color: #C4C2AF;
}
.AnyTagClassName
{
color: #C4C2AF;
}
</style>
background-color css
<style>
a { background-color: #C4C2AF; }
a { background-color: rgb(196,194,175); }
div.DivClassName
{
background-color: #C4C2AF;
}
.BgClassName
{
background-color: #C4C2AF;
}
</style>
border-color css
<style>
span { border-color: #C4C2AF; }
span { border-color: rgb(196,194,175); }
td.TdClassName
{
border-color: #C4C2AF;
}
.TagClassName
{
border-color: #C4C2AF;
}
</style>