Shades of Kangaroo #C4C0AE
Tints of Kangaroo #C4C0AE
RGB
CMYK
RGB Variations
Color information
#C4C0AE (or 0xC4C0AE) is known color: Kangaroo. HEX triplet: C4, C0 and AE. RGB value is (196,192,174). Sum of RGB (Red+Green+Blue) = 196+192+174=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C0AE is #3B3F51. Grayscale: #BFBFBF. Windows color (decimal): -3882834 or 11452612. OLE color: 11452612.
HSL color Cylindrical-coordinate representation of color #C4C0AE: hue angle of 49.09º 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 #C4C0AE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 174 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.23 |
| HSL | 49.09º | 0.16% | 0.73% | - |
| HSV(B) | 49.09º | 0.11% | 0.77% | - |
| XYZ | 49.25 | 52.49 | 47.58 | - |
| YUV | 191.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 174 | 0 | 0.02 | 0.11 | 0.23 | 49.09 | 0.16 | 0.73 |
| Hex | C4 | C0 | AE | 0 | 2 | B | 17 | 31 | 10 | 49 |
| Octal | 304 | 300 | 256 | 0 | 2 | 13 | 27 | 61 | 20 | 111 |
| Binary | 11000100 | 11000000 | 10101110 | 0 | 10 | 1011 | 10111 | 110001 | 10000 | 1001001 |
Color Harmonies of #C4C0AE
Complementary color
Monochromatic Colors of #C4C0AE
Black with #C4C0AE
Text Example
Text Example
White with #C4C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0AE; }
p { color: rgb(196,192,174); }
H1.HeaderClassName
{
color: #C4C0AE;
}
.AnyTagClassName
{
color: #C4C0AE;
}
</style>
background-color css
<style>
a { background-color: #C4C0AE; }
a { background-color: rgb(196,192,174); }
div.DivClassName
{
background-color: #C4C0AE;
}
.BgClassName
{
background-color: #C4C0AE;
}
</style>
border-color css
<style>
span { border-color: #C4C0AE; }
span { border-color: rgb(196,192,174); }
td.TdClassName
{
border-color: #C4C0AE;
}
.TagClassName
{
border-color: #C4C0AE;
}
</style>