Shades of Kangaroo #C5C1AF
Tints of Kangaroo #C5C1AF
RGB
CMYK
RGB Variations
Color information
#C5C1AF (or 0xC5C1AF) is known color: Kangaroo. HEX triplet: C5, C1 and AF. RGB value is (197,193,175). Sum of RGB (Red+Green+Blue) = 197+193+175=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AF is #3A3E50. Grayscale: #C0C0C0. Windows color (decimal): -3817041 or 11518405. OLE color: 11518405.
HSL color Cylindrical-coordinate representation of color #C5C1AF: hue angle of 49.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C1AF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 175 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.23 |
| HSL | 49.09º | 0.16% | 0.73% | - |
| HSV(B) | 49.09º | 0.11% | 0.77% | - |
| XYZ | 49.83 | 53.11 | 48.18 | - |
| YUV | 192.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 175 | 0 | 0.02 | 0.11 | 0.23 | 49.09 | 0.16 | 0.73 |
| Hex | C5 | C1 | AF | 0 | 2 | B | 17 | 31 | 10 | 49 |
| Octal | 305 | 301 | 257 | 0 | 2 | 13 | 27 | 61 | 20 | 111 |
| Binary | 11000101 | 11000001 | 10101111 | 0 | 10 | 1011 | 10111 | 110001 | 10000 | 1001001 |
Color Harmonies of #C5C1AF
Complementary color
Monochromatic Colors of #C5C1AF
Black with #C5C1AF
Text Example
Text Example
White with #C5C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1AF; }
p { color: rgb(197,193,175); }
H1.HeaderClassName
{
color: #C5C1AF;
}
.AnyTagClassName
{
color: #C5C1AF;
}
</style>
background-color css
<style>
a { background-color: #C5C1AF; }
a { background-color: rgb(197,193,175); }
div.DivClassName
{
background-color: #C5C1AF;
}
.BgClassName
{
background-color: #C5C1AF;
}
</style>
border-color css
<style>
span { border-color: #C5C1AF; }
span { border-color: rgb(197,193,175); }
td.TdClassName
{
border-color: #C5C1AF;
}
.TagClassName
{
border-color: #C5C1AF;
}
</style>