Shades of Kangaroo #C8C7AF
Tints of Kangaroo #C8C7AF
RGB
CMYK
RGB Variations
Color information
#C8C7AF (or 0xC8C7AF) is known color: Kangaroo. HEX triplet: C8, C7 and AF. RGB value is (200,199,175). Sum of RGB (Red+Green+Blue) = 200+199+175=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C7AF is #373850. Grayscale: #C4C4C4. Windows color (decimal): -3618897 or 11519944. OLE color: 11519944.
HSL color Cylindrical-coordinate representation of color #C8C7AF: hue angle of 57.6º 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 #C8C7AF is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 199 | 175 | - |
CMYK | 0 | 0.00 | 0.12 | 0.22 |
HSL | 57.6º | 0.19% | 0.74% | - |
HSV(B) | 57.6º | 0.13% | 0.78% | - |
XYZ | 51.98 | 56.22 | 48.67 | - |
YUV | 196.56 | 115.83 | 130.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 175 | 0 | 0.00 | 0.12 | 0.22 | 57.6 | 0.19 | 0.74 |
Hex | C8 | C7 | AF | 0 | 0 | C | 16 | 3A | 13 | 4A |
Octal | 310 | 307 | 257 | 0 | 0 | 14 | 26 | 72 | 23 | 112 |
Binary | 11001000 | 11000111 | 10101111 | 0 | 0 | 1100 | 10110 | 111010 | 10011 | 1001010 |
Color Harmonies of #C8C7AF
Complementary color
Monochromatic Colors of #C8C7AF
Black with #C8C7AF
Text Example
Text Example
White with #C8C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7AF; }
p { color: rgb(200,199,175); }
H1.HeaderClassName
{
color: #C8C7AF;
}
.AnyTagClassName
{
color: #C8C7AF;
}
</style>
background-color css
<style>
a { background-color: #C8C7AF; }
a { background-color: rgb(200,199,175); }
div.DivClassName
{
background-color: #C8C7AF;
}
.BgClassName
{
background-color: #C8C7AF;
}
</style>
border-color css
<style>
span { border-color: #C8C7AF; }
span { border-color: rgb(200,199,175); }
td.TdClassName
{
border-color: #C8C7AF;
}
.TagClassName
{
border-color: #C8C7AF;
}
</style>