Shades of Kangaroo #C8C8AF
Tints of Kangaroo #C8C8AF
RGB
CMYK
RGB Variations
Color information
#C8C8AF (or 0xC8C8AF) is known color: Kangaroo. HEX triplet: C8, C8 and AF. RGB value is (200,200,175). Sum of RGB (Red+Green+Blue) = 200+200+175=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C8AF is #373750. Grayscale: #C5C5C5. Windows color (decimal): -3618641 or 11520200. OLE color: 11520200.
HSL color Cylindrical-coordinate representation of color #C8C8AF: hue angle of 60º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C8AF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 175 | - |
| CMYK | 0 | 0 | 0.12 | 0.22 |
| HSL | 60º | 0.19% | 0.74% | - |
| HSV(B) | 60º | 0.13% | 0.78% | - |
| XYZ | 52.21 | 56.68 | 48.75 | - |
| YUV | 197.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 175 | 0 | 0 | 0.12 | 0.22 | 60 | 0.19 | 0.74 |
| Hex | C8 | C8 | AF | 0 | 0 | C | 16 | 3C | 13 | 4A |
| Octal | 310 | 310 | 257 | 0 | 0 | 14 | 26 | 74 | 23 | 112 |
| Binary | 11001000 | 11001000 | 10101111 | 0 | 0 | 1100 | 10110 | 111100 | 10011 | 1001010 |
Color Harmonies of #C8C8AF
Complementary color
Monochromatic Colors of #C8C8AF
Black with #C8C8AF
Text Example
Text Example
White with #C8C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8AF; }
p { color: rgb(200,200,175); }
H1.HeaderClassName
{
color: #C8C8AF;
}
.AnyTagClassName
{
color: #C8C8AF;
}
</style>
background-color css
<style>
a { background-color: #C8C8AF; }
a { background-color: rgb(200,200,175); }
div.DivClassName
{
background-color: #C8C8AF;
}
.BgClassName
{
background-color: #C8C8AF;
}
</style>
border-color css
<style>
span { border-color: #C8C8AF; }
span { border-color: rgb(200,200,175); }
td.TdClassName
{
border-color: #C8C8AF;
}
.TagClassName
{
border-color: #C8C8AF;
}
</style>