Shades of Kangaroo #C8C7AA
Tints of Kangaroo #C8C7AA
RGB
CMYK
RGB Variations
Color information
#C8C7AA (or 0xC8C7AA) is known color: Kangaroo. HEX triplet: C8, C7 and AA. RGB value is (200,199,170). Sum of RGB (Red+Green+Blue) = 200+199+170=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C7AA is #373855. Grayscale: #C4C4C4. Windows color (decimal): -3618902 or 11192264. OLE color: 11192264.
HSL color Cylindrical-coordinate representation of color #C8C7AA: hue angle of 58º 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 #C8C7AA is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 170 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.22 |
| HSL | 58º | 0.21% | 0.73% | - |
| HSV(B) | 58º | 0.15% | 0.78% | - |
| XYZ | 51.5 | 56.03 | 46.13 | - |
| YUV | 195.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 170 | 0 | 0.00 | 0.15 | 0.22 | 58 | 0.21 | 0.73 |
| Hex | C8 | C7 | AA | 0 | 0 | F | 16 | 3A | 15 | 49 |
| Octal | 310 | 307 | 252 | 0 | 0 | 17 | 26 | 72 | 25 | 111 |
| Binary | 11001000 | 11000111 | 10101010 | 0 | 0 | 1111 | 10110 | 111010 | 10101 | 1001001 |
Color Harmonies of #C8C7AA
Complementary color
Monochromatic Colors of #C8C7AA
Black with #C8C7AA
Text Example
Text Example
White with #C8C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7AA; }
p { color: rgb(200,199,170); }
H1.HeaderClassName
{
color: #C8C7AA;
}
.AnyTagClassName
{
color: #C8C7AA;
}
</style>
background-color css
<style>
a { background-color: #C8C7AA; }
a { background-color: rgb(200,199,170); }
div.DivClassName
{
background-color: #C8C7AA;
}
.BgClassName
{
background-color: #C8C7AA;
}
</style>
border-color css
<style>
span { border-color: #C8C7AA; }
span { border-color: rgb(200,199,170); }
td.TdClassName
{
border-color: #C8C7AA;
}
.TagClassName
{
border-color: #C8C7AA;
}
</style>