Shades of Kangaroo #C8C5AE
Tints of Kangaroo #C8C5AE
RGB
CMYK
RGB Variations
Color information
#C8C5AE (or 0xC8C5AE) is known color: Kangaroo. HEX triplet: C8, C5 and AE. RGB value is (200,197,174). Sum of RGB (Red+Green+Blue) = 200+197+174=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AE is #373A51. Grayscale: #C3C3C3. Windows color (decimal): -3619410 or 11453896. OLE color: 11453896.
HSL color Cylindrical-coordinate representation of color #C8C5AE: hue angle of 53.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C5AE is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 174 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.22 |
| HSL | 53.08º | 0.19% | 0.73% | - |
| HSV(B) | 53.08º | 0.13% | 0.78% | - |
| XYZ | 51.43 | 55.27 | 48 | - |
| YUV | 195.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 174 | 0 | 0.02 | 0.13 | 0.22 | 53.08 | 0.19 | 0.73 |
| Hex | C8 | C5 | AE | 0 | 2 | D | 16 | 35 | 13 | 49 |
| Octal | 310 | 305 | 256 | 0 | 2 | 15 | 26 | 65 | 23 | 111 |
| Binary | 11001000 | 11000101 | 10101110 | 0 | 10 | 1101 | 10110 | 110101 | 10011 | 1001001 |
Color Harmonies of #C8C5AE
Complementary color
Monochromatic Colors of #C8C5AE
Black with #C8C5AE
Text Example
Text Example
White with #C8C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5AE; }
p { color: rgb(200,197,174); }
H1.HeaderClassName
{
color: #C8C5AE;
}
.AnyTagClassName
{
color: #C8C5AE;
}
</style>
background-color css
<style>
a { background-color: #C8C5AE; }
a { background-color: rgb(200,197,174); }
div.DivClassName
{
background-color: #C8C5AE;
}
.BgClassName
{
background-color: #C8C5AE;
}
</style>
border-color css
<style>
span { border-color: #C8C5AE; }
span { border-color: rgb(200,197,174); }
td.TdClassName
{
border-color: #C8C5AE;
}
.TagClassName
{
border-color: #C8C5AE;
}
</style>