Shades of Kangaroo #C8C3AD
Tints of Kangaroo #C8C3AD
RGB
CMYK
RGB Variations
Color information
#C8C3AD (or 0xC8C3AD) is known color: Kangaroo. HEX triplet: C8, C3 and AD. RGB value is (200,195,173). Sum of RGB (Red+Green+Blue) = 200+195+173=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C3AD is #373C52. Grayscale: #C2C2C2. Windows color (decimal): -3619923 or 11387848. OLE color: 11387848.
HSL color Cylindrical-coordinate representation of color #C8C3AD: hue angle of 48.89º 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 #C8C3AD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 173 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.22 |
| HSL | 48.89º | 0.2% | 0.73% | - |
| HSV(B) | 48.89º | 0.14% | 0.78% | - |
| XYZ | 50.88 | 54.33 | 47.34 | - |
| YUV | 193.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 173 | 0 | 0.02 | 0.14 | 0.22 | 48.89 | 0.2 | 0.73 |
| Hex | C8 | C3 | AD | 0 | 2 | E | 16 | 31 | 14 | 49 |
| Octal | 310 | 303 | 255 | 0 | 2 | 16 | 26 | 61 | 24 | 111 |
| Binary | 11001000 | 11000011 | 10101101 | 0 | 10 | 1110 | 10110 | 110001 | 10100 | 1001001 |
Color Harmonies of #C8C3AD
Complementary color
Monochromatic Colors of #C8C3AD
Black with #C8C3AD
Text Example
Text Example
White with #C8C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3AD; }
p { color: rgb(200,195,173); }
H1.HeaderClassName
{
color: #C8C3AD;
}
.AnyTagClassName
{
color: #C8C3AD;
}
</style>
background-color css
<style>
a { background-color: #C8C3AD; }
a { background-color: rgb(200,195,173); }
div.DivClassName
{
background-color: #C8C3AD;
}
.BgClassName
{
background-color: #C8C3AD;
}
</style>
border-color css
<style>
span { border-color: #C8C3AD; }
span { border-color: rgb(200,195,173); }
td.TdClassName
{
border-color: #C8C3AD;
}
.TagClassName
{
border-color: #C8C3AD;
}
</style>