Shades of Kangaroo #C8C5AD
Tints of Kangaroo #C8C5AD
RGB
CMYK
RGB Variations
Color information
#C8C5AD (or 0xC8C5AD) is known color: Kangaroo. HEX triplet: C8, C5 and AD. RGB value is (200,197,173). Sum of RGB (Red+Green+Blue) = 200+197+173=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AD is #373A52. Grayscale: #C3C3C3. Windows color (decimal): -3619411 or 11388360. OLE color: 11388360.
HSL color Cylindrical-coordinate representation of color #C8C5AD: hue angle of 53.33º 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 #C8C5AD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 173 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.22 |
| HSL | 53.33º | 0.2% | 0.73% | - |
| HSV(B) | 53.33º | 0.14% | 0.78% | - |
| XYZ | 51.33 | 55.23 | 47.49 | - |
| YUV | 195.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 173 | 0 | 0.02 | 0.14 | 0.22 | 53.33 | 0.2 | 0.73 |
| Hex | C8 | C5 | AD | 0 | 2 | E | 16 | 35 | 14 | 49 |
| Octal | 310 | 305 | 255 | 0 | 2 | 16 | 26 | 65 | 24 | 111 |
| Binary | 11001000 | 11000101 | 10101101 | 0 | 10 | 1110 | 10110 | 110101 | 10100 | 1001001 |
Color Harmonies of #C8C5AD
Complementary color
Monochromatic Colors of #C8C5AD
Black with #C8C5AD
Text Example
Text Example
White with #C8C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5AD; }
p { color: rgb(200,197,173); }
H1.HeaderClassName
{
color: #C8C5AD;
}
.AnyTagClassName
{
color: #C8C5AD;
}
</style>
background-color css
<style>
a { background-color: #C8C5AD; }
a { background-color: rgb(200,197,173); }
div.DivClassName
{
background-color: #C8C5AD;
}
.BgClassName
{
background-color: #C8C5AD;
}
</style>
border-color css
<style>
span { border-color: #C8C5AD; }
span { border-color: rgb(200,197,173); }
td.TdClassName
{
border-color: #C8C5AD;
}
.TagClassName
{
border-color: #C8C5AD;
}
</style>