Shades of Kangaroo #C8C7AD
Tints of Kangaroo #C8C7AD
RGB
CMYK
RGB Variations
Color information
#C8C7AD (or 0xC8C7AD) is known color: Kangaroo. HEX triplet: C8, C7 and AD. RGB value is (200,199,173). Sum of RGB (Red+Green+Blue) = 200+199+173=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C7AD is #373852. Grayscale: #C4C4C4. Windows color (decimal): -3618899 or 11388872. OLE color: 11388872.
HSL color Cylindrical-coordinate representation of color #C8C7AD: hue angle of 57.78º degrees, saturation: 0.2, 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 #C8C7AD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 173 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.22 |
| HSL | 57.78º | 0.2% | 0.73% | - |
| HSV(B) | 57.78º | 0.14% | 0.78% | - |
| XYZ | 51.79 | 56.14 | 47.64 | - |
| YUV | 196.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 173 | 0 | 0.00 | 0.14 | 0.22 | 57.78 | 0.2 | 0.73 |
| Hex | C8 | C7 | AD | 0 | 0 | E | 16 | 3A | 14 | 49 |
| Octal | 310 | 307 | 255 | 0 | 0 | 16 | 26 | 72 | 24 | 111 |
| Binary | 11001000 | 11000111 | 10101101 | 0 | 0 | 1110 | 10110 | 111010 | 10100 | 1001001 |
Color Harmonies of #C8C7AD
Complementary color
Monochromatic Colors of #C8C7AD
Black with #C8C7AD
Text Example
Text Example
White with #C8C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7AD; }
p { color: rgb(200,199,173); }
H1.HeaderClassName
{
color: #C8C7AD;
}
.AnyTagClassName
{
color: #C8C7AD;
}
</style>
background-color css
<style>
a { background-color: #C8C7AD; }
a { background-color: rgb(200,199,173); }
div.DivClassName
{
background-color: #C8C7AD;
}
.BgClassName
{
background-color: #C8C7AD;
}
</style>
border-color css
<style>
span { border-color: #C8C7AD; }
span { border-color: rgb(200,199,173); }
td.TdClassName
{
border-color: #C8C7AD;
}
.TagClassName
{
border-color: #C8C7AD;
}
</style>