Shades of Kangaroo #C4C3AF
Tints of Kangaroo #C4C3AF
RGB
CMYK
RGB Variations
Color information
#C4C3AF (or 0xC4C3AF) is known color: Kangaroo. HEX triplet: C4, C3 and AF. RGB value is (196,195,175). Sum of RGB (Red+Green+Blue) = 196+195+175=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C3AF is #3B3C50. Grayscale: #C1C1C1. Windows color (decimal): -3882065 or 11518916. OLE color: 11518916.
HSL color Cylindrical-coordinate representation of color #C4C3AF: hue angle of 57.14º 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 #C4C3AF is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 175 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.23 |
| HSL | 57.14º | 0.15% | 0.73% | - |
| HSV(B) | 57.14º | 0.11% | 0.77% | - |
| XYZ | 50.02 | 53.86 | 48.32 | - |
| YUV | 193.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 175 | 0 | 0.01 | 0.11 | 0.23 | 57.14 | 0.15 | 0.73 |
| Hex | C4 | C3 | AF | 0 | 1 | B | 17 | 39 | F | 49 |
| Octal | 304 | 303 | 257 | 0 | 1 | 13 | 27 | 71 | 17 | 111 |
| Binary | 11000100 | 11000011 | 10101111 | 0 | 1 | 1011 | 10111 | 111001 | 1111 | 1001001 |
Color Harmonies of #C4C3AF
Complementary color
Monochromatic Colors of #C4C3AF
Black with #C4C3AF
Text Example
Text Example
White with #C4C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C3AF; }
p { color: rgb(196,195,175); }
H1.HeaderClassName
{
color: #C4C3AF;
}
.AnyTagClassName
{
color: #C4C3AF;
}
</style>
background-color css
<style>
a { background-color: #C4C3AF; }
a { background-color: rgb(196,195,175); }
div.DivClassName
{
background-color: #C4C3AF;
}
.BgClassName
{
background-color: #C4C3AF;
}
</style>
border-color css
<style>
span { border-color: #C4C3AF; }
span { border-color: rgb(196,195,175); }
td.TdClassName
{
border-color: #C4C3AF;
}
.TagClassName
{
border-color: #C4C3AF;
}
</style>