Shades of Kangaroo #C5C3B0
Tints of Kangaroo #C5C3B0
RGB
CMYK
RGB Variations
Color information
#C5C3B0 (or 0xC5C3B0) is known color: Kangaroo. HEX triplet: C5, C3 and B0. RGB value is (197,195,176). Sum of RGB (Red+Green+Blue) = 197+195+176=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C3B0 is #3A3C4F. Grayscale: #C1C1C1. Windows color (decimal): -3816528 or 11584453. OLE color: 11584453.
HSL color Cylindrical-coordinate representation of color #C5C3B0: hue angle of 54.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C3B0 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 176 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.23 |
| HSL | 54.29º | 0.15% | 0.73% | - |
| HSV(B) | 54.29º | 0.11% | 0.77% | - |
| XYZ | 50.38 | 54.04 | 48.85 | - |
| YUV | 193.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 176 | 0 | 0.01 | 0.11 | 0.23 | 54.29 | 0.15 | 0.73 |
| Hex | C5 | C3 | B0 | 0 | 1 | B | 17 | 36 | F | 49 |
| Octal | 305 | 303 | 260 | 0 | 1 | 13 | 27 | 66 | 17 | 111 |
| Binary | 11000101 | 11000011 | 10110000 | 0 | 1 | 1011 | 10111 | 110110 | 1111 | 1001001 |
Color Harmonies of #C5C3B0
Complementary color
Monochromatic Colors of #C5C3B0
Black with #C5C3B0
Text Example
Text Example
White with #C5C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C3B0; }
p { color: rgb(197,195,176); }
H1.HeaderClassName
{
color: #C5C3B0;
}
.AnyTagClassName
{
color: #C5C3B0;
}
</style>
background-color css
<style>
a { background-color: #C5C3B0; }
a { background-color: rgb(197,195,176); }
div.DivClassName
{
background-color: #C5C3B0;
}
.BgClassName
{
background-color: #C5C3B0;
}
</style>
border-color css
<style>
span { border-color: #C5C3B0; }
span { border-color: rgb(197,195,176); }
td.TdClassName
{
border-color: #C5C3B0;
}
.TagClassName
{
border-color: #C5C3B0;
}
</style>