Shades of Kangaroo #C8C3AF
Tints of Kangaroo #C8C3AF
RGB
CMYK
RGB Variations
Color information
#C8C3AF (or 0xC8C3AF) is known color: Kangaroo. HEX triplet: C8, C3 and AF. RGB value is (200,195,175). Sum of RGB (Red+Green+Blue) = 200+195+175=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C3AF is #373C50. Grayscale: #C2C2C2. Windows color (decimal): -3619921 or 11518920. OLE color: 11518920.
HSL color Cylindrical-coordinate representation of color #C8C3AF: hue angle of 48º 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 #C8C3AF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 175 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.22 |
| HSL | 48º | 0.19% | 0.74% | - |
| HSV(B) | 48º | 0.13% | 0.78% | - |
| XYZ | 51.07 | 54.4 | 48.37 | - |
| YUV | 194.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 175 | 0 | 0.02 | 0.12 | 0.22 | 48 | 0.19 | 0.74 |
| Hex | C8 | C3 | AF | 0 | 2 | C | 16 | 30 | 13 | 4A |
| Octal | 310 | 303 | 257 | 0 | 2 | 14 | 26 | 60 | 23 | 112 |
| Binary | 11001000 | 11000011 | 10101111 | 0 | 10 | 1100 | 10110 | 110000 | 10011 | 1001010 |
Color Harmonies of #C8C3AF
Complementary color
Monochromatic Colors of #C8C3AF
Black with #C8C3AF
Text Example
Text Example
White with #C8C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3AF; }
p { color: rgb(200,195,175); }
H1.HeaderClassName
{
color: #C8C3AF;
}
.AnyTagClassName
{
color: #C8C3AF;
}
</style>
background-color css
<style>
a { background-color: #C8C3AF; }
a { background-color: rgb(200,195,175); }
div.DivClassName
{
background-color: #C8C3AF;
}
.BgClassName
{
background-color: #C8C3AF;
}
</style>
border-color css
<style>
span { border-color: #C8C3AF; }
span { border-color: rgb(200,195,175); }
td.TdClassName
{
border-color: #C8C3AF;
}
.TagClassName
{
border-color: #C8C3AF;
}
</style>