Shades of Kangaroo #C6C4B5
Tints of Kangaroo #C6C4B5
RGB
CMYK
RGB Variations
Color information
#C6C4B5 (or 0xC6C4B5) is known color: Kangaroo. HEX triplet: C6, C4 and B5. RGB value is (198,196,181). Sum of RGB (Red+Green+Blue) = 198+196+181=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4B5 is #393B4A. Grayscale: #C2C2C2. Windows color (decimal): -3750731 or 11912390. OLE color: 11912390.
HSL color Cylindrical-coordinate representation of color #C6C4B5: hue angle of 52.94º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6C4B5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 181 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.22 |
| HSL | 52.94º | 0.13% | 0.74% | - |
| HSV(B) | 52.94º | 0.09% | 0.78% | - |
| XYZ | 51.37 | 54.82 | 51.59 | - |
| YUV | 194.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 181 | 0 | 0.01 | 0.09 | 0.22 | 52.94 | 0.13 | 0.74 |
| Hex | C6 | C4 | B5 | 0 | 1 | 9 | 16 | 35 | D | 4A |
| Octal | 306 | 304 | 265 | 0 | 1 | 11 | 26 | 65 | 15 | 112 |
| Binary | 11000110 | 11000100 | 10110101 | 0 | 1 | 1001 | 10110 | 110101 | 1101 | 1001010 |
Color Harmonies of #C6C4B5
Complementary color
Monochromatic Colors of #C6C4B5
Black with #C6C4B5
Text Example
Text Example
White with #C6C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4B5; }
p { color: rgb(198,196,181); }
H1.HeaderClassName
{
color: #C6C4B5;
}
.AnyTagClassName
{
color: #C6C4B5;
}
</style>
background-color css
<style>
a { background-color: #C6C4B5; }
a { background-color: rgb(198,196,181); }
div.DivClassName
{
background-color: #C6C4B5;
}
.BgClassName
{
background-color: #C6C4B5;
}
</style>
border-color css
<style>
span { border-color: #C6C4B5; }
span { border-color: rgb(198,196,181); }
td.TdClassName
{
border-color: #C6C4B5;
}
.TagClassName
{
border-color: #C6C4B5;
}
</style>