Shades of Kangaroo #C5C4B8
Tints of Kangaroo #C5C4B8
RGB
CMYK
RGB Variations
Color information
#C5C4B8 (or 0xC5C4B8) is known color: Kangaroo. HEX triplet: C5, C4 and B8. RGB value is (197,196,184). Sum of RGB (Red+Green+Blue) = 197+196+184=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4B8 is #3A3B47. Grayscale: #C2C2C2. Windows color (decimal): -3816264 or 12108997. OLE color: 12108997.
HSL color Cylindrical-coordinate representation of color #C5C4B8: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5C4B8 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 184 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.23 |
| HSL | 55.38º | 0.1% | 0.75% | - |
| HSV(B) | 55.38º | 0.07% | 0.77% | - |
| XYZ | 51.42 | 54.81 | 53.22 | - |
| YUV | 194.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 184 | 0 | 0.01 | 0.07 | 0.23 | 55.38 | 0.1 | 0.75 |
| Hex | C5 | C4 | B8 | 0 | 1 | 7 | 17 | 37 | A | 4B |
| Octal | 305 | 304 | 270 | 0 | 1 | 7 | 27 | 67 | 12 | 113 |
| Binary | 11000101 | 11000100 | 10111000 | 0 | 1 | 111 | 10111 | 110111 | 1010 | 1001011 |
Color Harmonies of #C5C4B8
Complementary color
Monochromatic Colors of #C5C4B8
Black with #C5C4B8
Text Example
Text Example
White with #C5C4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4B8; }
p { color: rgb(197,196,184); }
H1.HeaderClassName
{
color: #C5C4B8;
}
.AnyTagClassName
{
color: #C5C4B8;
}
</style>
background-color css
<style>
a { background-color: #C5C4B8; }
a { background-color: rgb(197,196,184); }
div.DivClassName
{
background-color: #C5C4B8;
}
.BgClassName
{
background-color: #C5C4B8;
}
</style>
border-color css
<style>
span { border-color: #C5C4B8; }
span { border-color: rgb(197,196,184); }
td.TdClassName
{
border-color: #C5C4B8;
}
.TagClassName
{
border-color: #C5C4B8;
}
</style>