Shades of Kangaroo #C5C1AC
Tints of Kangaroo #C5C1AC
RGB
CMYK
RGB Variations
Color information
#C5C1AC (or 0xC5C1AC) is known color: Kangaroo. HEX triplet: C5, C1 and AC. RGB value is (197,193,172). Sum of RGB (Red+Green+Blue) = 197+193+172=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AC is #3A3E53. Grayscale: #BFBFBF. Windows color (decimal): -3817044 or 11321797. OLE color: 11321797.
HSL color Cylindrical-coordinate representation of color #C5C1AC: hue angle of 50.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C1AC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 172 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.23 |
| HSL | 50.4º | 0.18% | 0.72% | - |
| HSV(B) | 50.4º | 0.13% | 0.77% | - |
| XYZ | 49.54 | 52.99 | 46.65 | - |
| YUV | 191.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 172 | 0 | 0.02 | 0.13 | 0.23 | 50.4 | 0.18 | 0.72 |
| Hex | C5 | C1 | AC | 0 | 2 | D | 17 | 32 | 12 | 48 |
| Octal | 305 | 301 | 254 | 0 | 2 | 15 | 27 | 62 | 22 | 110 |
| Binary | 11000101 | 11000001 | 10101100 | 0 | 10 | 1101 | 10111 | 110010 | 10010 | 1001000 |
Color Harmonies of #C5C1AC
Complementary color
Monochromatic Colors of #C5C1AC
Black with #C5C1AC
Text Example
Text Example
White with #C5C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1AC; }
p { color: rgb(197,193,172); }
H1.HeaderClassName
{
color: #C5C1AC;
}
.AnyTagClassName
{
color: #C5C1AC;
}
</style>
background-color css
<style>
a { background-color: #C5C1AC; }
a { background-color: rgb(197,193,172); }
div.DivClassName
{
background-color: #C5C1AC;
}
.BgClassName
{
background-color: #C5C1AC;
}
</style>
border-color css
<style>
span { border-color: #C5C1AC; }
span { border-color: rgb(197,193,172); }
td.TdClassName
{
border-color: #C5C1AC;
}
.TagClassName
{
border-color: #C5C1AC;
}
</style>