Shades of Kangaroo #C8C4AA
Tints of Kangaroo #C8C4AA
RGB
CMYK
RGB Variations
Color information
#C8C4AA (or 0xC8C4AA) is known color: Kangaroo. HEX triplet: C8, C4 and AA. RGB value is (200,196,170). Sum of RGB (Red+Green+Blue) = 200+196+170=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C4AA is #373B55. Grayscale: #C2C2C2. Windows color (decimal): -3619670 or 11191496. OLE color: 11191496.
HSL color Cylindrical-coordinate representation of color #C8C4AA: hue angle of 52º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C4AA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 170 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.22 |
| HSL | 52º | 0.21% | 0.73% | - |
| HSV(B) | 52º | 0.15% | 0.78% | - |
| XYZ | 50.82 | 54.66 | 45.9 | - |
| YUV | 194.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 170 | 0 | 0.02 | 0.15 | 0.22 | 52 | 0.21 | 0.73 |
| Hex | C8 | C4 | AA | 0 | 2 | F | 16 | 34 | 15 | 49 |
| Octal | 310 | 304 | 252 | 0 | 2 | 17 | 26 | 64 | 25 | 111 |
| Binary | 11001000 | 11000100 | 10101010 | 0 | 10 | 1111 | 10110 | 110100 | 10101 | 1001001 |
Color Harmonies of #C8C4AA
Complementary color
Monochromatic Colors of #C8C4AA
Black with #C8C4AA
Text Example
Text Example
White with #C8C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4AA; }
p { color: rgb(200,196,170); }
H1.HeaderClassName
{
color: #C8C4AA;
}
.AnyTagClassName
{
color: #C8C4AA;
}
</style>
background-color css
<style>
a { background-color: #C8C4AA; }
a { background-color: rgb(200,196,170); }
div.DivClassName
{
background-color: #C8C4AA;
}
.BgClassName
{
background-color: #C8C4AA;
}
</style>
border-color css
<style>
span { border-color: #C8C4AA; }
span { border-color: rgb(200,196,170); }
td.TdClassName
{
border-color: #C8C4AA;
}
.TagClassName
{
border-color: #C8C4AA;
}
</style>