Shades of Kangaroo #C5C3AD
Tints of Kangaroo #C5C3AD
RGB
CMYK
RGB Variations
Color information
#C5C3AD (or 0xC5C3AD) is known color: Kangaroo. HEX triplet: C5, C3 and AD. RGB value is (197,195,173). Sum of RGB (Red+Green+Blue) = 197+195+173=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C3AD is #3A3C52. Grayscale: #C1C1C1. Windows color (decimal): -3816531 or 11387845. OLE color: 11387845.
HSL color Cylindrical-coordinate representation of color #C5C3AD: hue angle of 55º 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 #C5C3AD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 173 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.23 |
| HSL | 55º | 0.17% | 0.73% | - |
| HSV(B) | 55º | 0.12% | 0.77% | - |
| XYZ | 50.08 | 53.92 | 47.3 | - |
| YUV | 193.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 173 | 0 | 0.01 | 0.12 | 0.23 | 55 | 0.17 | 0.73 |
| Hex | C5 | C3 | AD | 0 | 1 | C | 17 | 37 | 11 | 49 |
| Octal | 305 | 303 | 255 | 0 | 1 | 14 | 27 | 67 | 21 | 111 |
| Binary | 11000101 | 11000011 | 10101101 | 0 | 1 | 1100 | 10111 | 110111 | 10001 | 1001001 |
Color Harmonies of #C5C3AD
Complementary color
Monochromatic Colors of #C5C3AD
Black with #C5C3AD
Text Example
Text Example
White with #C5C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3AD; }
p { color: rgb(197,195,173); }
H1.HeaderClassName
{
color: #C5C3AD;
}
.AnyTagClassName
{
color: #C5C3AD;
}
</style>
background-color css
<style>
a { background-color: #C5C3AD; }
a { background-color: rgb(197,195,173); }
div.DivClassName
{
background-color: #C5C3AD;
}
.BgClassName
{
background-color: #C5C3AD;
}
</style>
border-color css
<style>
span { border-color: #C5C3AD; }
span { border-color: rgb(197,195,173); }
td.TdClassName
{
border-color: #C5C3AD;
}
.TagClassName
{
border-color: #C5C3AD;
}
</style>