Shades of Kangaroo #C5C1AA
Tints of Kangaroo #C5C1AA
RGB
CMYK
RGB Variations
Color information
#C5C1AA (or 0xC5C1AA) is known color: Kangaroo. HEX triplet: C5, C1 and AA. RGB value is (197,193,170). Sum of RGB (Red+Green+Blue) = 197+193+170=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AA is #3A3E55. Grayscale: #BFBFBF. Windows color (decimal): -3817046 or 11190725. OLE color: 11190725.
HSL color Cylindrical-coordinate representation of color #C5C1AA: hue angle of 51.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5C1AA is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 170 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.23 |
| HSL | 51.11º | 0.19% | 0.72% | - |
| HSV(B) | 51.11º | 0.14% | 0.77% | - |
| XYZ | 49.35 | 52.91 | 45.64 | - |
| YUV | 191.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 170 | 0 | 0.02 | 0.14 | 0.23 | 51.11 | 0.19 | 0.72 |
| Hex | C5 | C1 | AA | 0 | 2 | E | 17 | 33 | 13 | 48 |
| Octal | 305 | 301 | 252 | 0 | 2 | 16 | 27 | 63 | 23 | 110 |
| Binary | 11000101 | 11000001 | 10101010 | 0 | 10 | 1110 | 10111 | 110011 | 10011 | 1001000 |
Color Harmonies of #C5C1AA
Complementary color
Monochromatic Colors of #C5C1AA
Black with #C5C1AA
Text Example
Text Example
White with #C5C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C1AA; }
p { color: rgb(197,193,170); }
H1.HeaderClassName
{
color: #C5C1AA;
}
.AnyTagClassName
{
color: #C5C1AA;
}
</style>
background-color css
<style>
a { background-color: #C5C1AA; }
a { background-color: rgb(197,193,170); }
div.DivClassName
{
background-color: #C5C1AA;
}
.BgClassName
{
background-color: #C5C1AA;
}
</style>
border-color css
<style>
span { border-color: #C5C1AA; }
span { border-color: rgb(197,193,170); }
td.TdClassName
{
border-color: #C5C1AA;
}
.TagClassName
{
border-color: #C5C1AA;
}
</style>