Shades of Kangaroo #C5C1AD
Tints of Kangaroo #C5C1AD
RGB
CMYK
RGB Variations
Color information
#C5C1AD (or 0xC5C1AD) is known color: Kangaroo. HEX triplet: C5, C1 and AD. RGB value is (197,193,173). Sum of RGB (Red+Green+Blue) = 197+193+173=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AD is #3A3E52. Grayscale: #BFBFBF. Windows color (decimal): -3817043 or 11387333. OLE color: 11387333.
HSL color Cylindrical-coordinate representation of color #C5C1AD: hue angle of 50º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C1AD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 173 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.23 |
| HSL | 50º | 0.17% | 0.73% | - |
| HSV(B) | 50º | 0.12% | 0.77% | - |
| XYZ | 49.64 | 53.03 | 47.15 | - |
| YUV | 191.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 173 | 0 | 0.02 | 0.12 | 0.23 | 50 | 0.17 | 0.73 |
| Hex | C5 | C1 | AD | 0 | 2 | C | 17 | 32 | 11 | 49 |
| Octal | 305 | 301 | 255 | 0 | 2 | 14 | 27 | 62 | 21 | 111 |
| Binary | 11000101 | 11000001 | 10101101 | 0 | 10 | 1100 | 10111 | 110010 | 10001 | 1001001 |
Color Harmonies of #C5C1AD
Complementary color
Monochromatic Colors of #C5C1AD
Black with #C5C1AD
Text Example
Text Example
White with #C5C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1AD; }
p { color: rgb(197,193,173); }
H1.HeaderClassName
{
color: #C5C1AD;
}
.AnyTagClassName
{
color: #C5C1AD;
}
</style>
background-color css
<style>
a { background-color: #C5C1AD; }
a { background-color: rgb(197,193,173); }
div.DivClassName
{
background-color: #C5C1AD;
}
.BgClassName
{
background-color: #C5C1AD;
}
</style>
border-color css
<style>
span { border-color: #C5C1AD; }
span { border-color: rgb(197,193,173); }
td.TdClassName
{
border-color: #C5C1AD;
}
.TagClassName
{
border-color: #C5C1AD;
}
</style>