Shades of Kangaroo #C1C0AF
Tints of Kangaroo #C1C0AF
RGB
CMYK
RGB Variations
Color information
#C1C0AF (or 0xC1C0AF) is known color: Kangaroo. HEX triplet: C1, C0 and AF. RGB value is (193,192,175). Sum of RGB (Red+Green+Blue) = 193+192+175=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C0AF is #3E3F50. Grayscale: #BEBEBE. Windows color (decimal): -4079441 or 11518145. OLE color: 11518145.
HSL color Cylindrical-coordinate representation of color #C1C0AF: hue angle of 56.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1C0AF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 175 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.24 |
| HSL | 56.67º | 0.13% | 0.72% | - |
| HSV(B) | 56.67º | 0.09% | 0.76% | - |
| XYZ | 48.58 | 52.13 | 48.06 | - |
| YUV | 190.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 175 | 0 | 0.01 | 0.09 | 0.24 | 56.67 | 0.13 | 0.72 |
| Hex | C1 | C0 | AF | 0 | 1 | 9 | 18 | 39 | D | 48 |
| Octal | 301 | 300 | 257 | 0 | 1 | 11 | 30 | 71 | 15 | 110 |
| Binary | 11000001 | 11000000 | 10101111 | 0 | 1 | 1001 | 11000 | 111001 | 1101 | 1001000 |
Color Harmonies of #C1C0AF
Complementary color
Monochromatic Colors of #C1C0AF
Black with #C1C0AF
Text Example
Text Example
White with #C1C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0AF; }
p { color: rgb(193,192,175); }
H1.HeaderClassName
{
color: #C1C0AF;
}
.AnyTagClassName
{
color: #C1C0AF;
}
</style>
background-color css
<style>
a { background-color: #C1C0AF; }
a { background-color: rgb(193,192,175); }
div.DivClassName
{
background-color: #C1C0AF;
}
.BgClassName
{
background-color: #C1C0AF;
}
</style>
border-color css
<style>
span { border-color: #C1C0AF; }
span { border-color: rgb(193,192,175); }
td.TdClassName
{
border-color: #C1C0AF;
}
.TagClassName
{
border-color: #C1C0AF;
}
</style>