Shades of Kangaroo #C8C2AA
Tints of Kangaroo #C8C2AA
RGB
CMYK
RGB Variations
Color information
#C8C2AA (or 0xC8C2AA) is known color: Kangaroo. HEX triplet: C8, C2 and AA. RGB value is (200,194,170). Sum of RGB (Red+Green+Blue) = 200+194+170=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AA is #373D55. Grayscale: #C1C1C1. Windows color (decimal): -3620182 or 11190984. OLE color: 11190984.
HSL color Cylindrical-coordinate representation of color #C8C2AA: hue angle of 48º 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 #C8C2AA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 170 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.22 |
| HSL | 48º | 0.21% | 0.73% | - |
| HSV(B) | 48º | 0.15% | 0.78% | - |
| XYZ | 50.37 | 53.77 | 45.75 | - |
| YUV | 193.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 170 | 0 | 0.03 | 0.15 | 0.22 | 48 | 0.21 | 0.73 |
| Hex | C8 | C2 | AA | 0 | 3 | F | 16 | 30 | 15 | 49 |
| Octal | 310 | 302 | 252 | 0 | 3 | 17 | 26 | 60 | 25 | 111 |
| Binary | 11001000 | 11000010 | 10101010 | 0 | 11 | 1111 | 10110 | 110000 | 10101 | 1001001 |
Color Harmonies of #C8C2AA
Complementary color
Monochromatic Colors of #C8C2AA
Black with #C8C2AA
Text Example
Text Example
White with #C8C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2AA; }
p { color: rgb(200,194,170); }
H1.HeaderClassName
{
color: #C8C2AA;
}
.AnyTagClassName
{
color: #C8C2AA;
}
</style>
background-color css
<style>
a { background-color: #C8C2AA; }
a { background-color: rgb(200,194,170); }
div.DivClassName
{
background-color: #C8C2AA;
}
.BgClassName
{
background-color: #C8C2AA;
}
</style>
border-color css
<style>
span { border-color: #C8C2AA; }
span { border-color: rgb(200,194,170); }
td.TdClassName
{
border-color: #C8C2AA;
}
.TagClassName
{
border-color: #C8C2AA;
}
</style>