Shades of Kangaroo #C5C3AB
Tints of Kangaroo #C5C3AB
RGB
CMYK
RGB Variations
Color information
#C5C3AB (or 0xC5C3AB) is known color: Kangaroo. HEX triplet: C5, C3 and AB. RGB value is (197,195,171). Sum of RGB (Red+Green+Blue) = 197+195+171=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C3AB is #3A3C54. Grayscale: #C0C0C0. Windows color (decimal): -3816533 or 11256773. OLE color: 11256773.
HSL color Cylindrical-coordinate representation of color #C5C3AB: hue angle of 55.38º 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 #C5C3AB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 171 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.23 |
| HSL | 55.38º | 0.18% | 0.72% | - |
| HSV(B) | 55.38º | 0.13% | 0.77% | - |
| XYZ | 49.89 | 53.84 | 46.29 | - |
| YUV | 192.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 171 | 0 | 0.01 | 0.13 | 0.23 | 55.38 | 0.18 | 0.72 |
| Hex | C5 | C3 | AB | 0 | 1 | D | 17 | 37 | 12 | 48 |
| Octal | 305 | 303 | 253 | 0 | 1 | 15 | 27 | 67 | 22 | 110 |
| Binary | 11000101 | 11000011 | 10101011 | 0 | 1 | 1101 | 10111 | 110111 | 10010 | 1001000 |
Color Harmonies of #C5C3AB
Complementary color
Monochromatic Colors of #C5C3AB
Black with #C5C3AB
Text Example
Text Example
White with #C5C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3AB; }
p { color: rgb(197,195,171); }
H1.HeaderClassName
{
color: #C5C3AB;
}
.AnyTagClassName
{
color: #C5C3AB;
}
</style>
background-color css
<style>
a { background-color: #C5C3AB; }
a { background-color: rgb(197,195,171); }
div.DivClassName
{
background-color: #C5C3AB;
}
.BgClassName
{
background-color: #C5C3AB;
}
</style>
border-color css
<style>
span { border-color: #C5C3AB; }
span { border-color: rgb(197,195,171); }
td.TdClassName
{
border-color: #C5C3AB;
}
.TagClassName
{
border-color: #C5C3AB;
}
</style>