Shades of Kangaroo #C4C1AE
Tints of Kangaroo #C4C1AE
RGB
CMYK
RGB Variations
Color information
#C4C1AE (or 0xC4C1AE) is known color: Kangaroo. HEX triplet: C4, C1 and AE. RGB value is (196,193,174). Sum of RGB (Red+Green+Blue) = 196+193+174=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C1AE is #3B3E51. Grayscale: #BFBFBF. Windows color (decimal): -3882578 or 11452868. OLE color: 11452868.
HSL color Cylindrical-coordinate representation of color #C4C1AE: hue angle of 51.82º degrees, saturation: 0.16, 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 #C4C1AE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 174 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.23 |
| HSL | 51.82º | 0.16% | 0.73% | - |
| HSV(B) | 51.82º | 0.11% | 0.77% | - |
| XYZ | 49.47 | 52.93 | 47.65 | - |
| YUV | 191.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 174 | 0 | 0.02 | 0.11 | 0.23 | 51.82 | 0.16 | 0.73 |
| Hex | C4 | C1 | AE | 0 | 2 | B | 17 | 34 | 10 | 49 |
| Octal | 304 | 301 | 256 | 0 | 2 | 13 | 27 | 64 | 20 | 111 |
| Binary | 11000100 | 11000001 | 10101110 | 0 | 10 | 1011 | 10111 | 110100 | 10000 | 1001001 |
Color Harmonies of #C4C1AE
Complementary color
Monochromatic Colors of #C4C1AE
Black with #C4C1AE
Text Example
Text Example
White with #C4C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1AE; }
p { color: rgb(196,193,174); }
H1.HeaderClassName
{
color: #C4C1AE;
}
.AnyTagClassName
{
color: #C4C1AE;
}
</style>
background-color css
<style>
a { background-color: #C4C1AE; }
a { background-color: rgb(196,193,174); }
div.DivClassName
{
background-color: #C4C1AE;
}
.BgClassName
{
background-color: #C4C1AE;
}
</style>
border-color css
<style>
span { border-color: #C4C1AE; }
span { border-color: rgb(196,193,174); }
td.TdClassName
{
border-color: #C4C1AE;
}
.TagClassName
{
border-color: #C4C1AE;
}
</style>