Shades of Kangaroo #C5C5B3
Tints of Kangaroo #C5C5B3
RGB
CMYK
RGB Variations
Color information
#C5C5B3 (or 0xC5C5B3) is known color: Kangaroo. HEX triplet: C5, C5 and B3. RGB value is (197,197,179). Sum of RGB (Red+Green+Blue) = 197+197+179=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5B3 is #3A3A4C. Grayscale: #C3C3C3. Windows color (decimal): -3816013 or 11781573. OLE color: 11781573.
HSL color Cylindrical-coordinate representation of color #C5C5B3: hue angle of 60º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5C5B3 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 179 | - |
| CMYK | 0 | 0 | 0.09 | 0.23 |
| HSL | 60º | 0.13% | 0.74% | - |
| HSV(B) | 60º | 0.09% | 0.77% | - |
| XYZ | 51.13 | 55.06 | 50.58 | - |
| YUV | 194.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 179 | 0 | 0 | 0.09 | 0.23 | 60 | 0.13 | 0.74 |
| Hex | C5 | C5 | B3 | 0 | 0 | 9 | 17 | 3C | D | 4A |
| Octal | 305 | 305 | 263 | 0 | 0 | 11 | 27 | 74 | 15 | 112 |
| Binary | 11000101 | 11000101 | 10110011 | 0 | 0 | 1001 | 10111 | 111100 | 1101 | 1001010 |
Color Harmonies of #C5C5B3
Complementary color
Monochromatic Colors of #C5C5B3
Black with #C5C5B3
Text Example
Text Example
White with #C5C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5B3; }
p { color: rgb(197,197,179); }
H1.HeaderClassName
{
color: #C5C5B3;
}
.AnyTagClassName
{
color: #C5C5B3;
}
</style>
background-color css
<style>
a { background-color: #C5C5B3; }
a { background-color: rgb(197,197,179); }
div.DivClassName
{
background-color: #C5C5B3;
}
.BgClassName
{
background-color: #C5C5B3;
}
</style>
border-color css
<style>
span { border-color: #C5C5B3; }
span { border-color: rgb(197,197,179); }
td.TdClassName
{
border-color: #C5C5B3;
}
.TagClassName
{
border-color: #C5C5B3;
}
</style>