Shades of Kangaroo #C6C1AD
Tints of Kangaroo #C6C1AD
RGB
CMYK
RGB Variations
Color information
#C6C1AD (or 0xC6C1AD) is known color: Kangaroo. HEX triplet: C6, C1 and AD. RGB value is (198,193,173). Sum of RGB (Red+Green+Blue) = 198+193+173=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C1AD is #393E52. Grayscale: #C0C0C0. Windows color (decimal): -3751507 or 11387334. OLE color: 11387334.
HSL color Cylindrical-coordinate representation of color #C6C1AD: hue angle of 48º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6C1AD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 173 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.22 |
| HSL | 48º | 0.18% | 0.73% | - |
| HSV(B) | 48º | 0.13% | 0.78% | - |
| XYZ | 49.9 | 53.16 | 47.17 | - |
| YUV | 192.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 173 | 0 | 0.03 | 0.13 | 0.22 | 48 | 0.18 | 0.73 |
| Hex | C6 | C1 | AD | 0 | 3 | D | 16 | 30 | 12 | 49 |
| Octal | 306 | 301 | 255 | 0 | 3 | 15 | 26 | 60 | 22 | 111 |
| Binary | 11000110 | 11000001 | 10101101 | 0 | 11 | 1101 | 10110 | 110000 | 10010 | 1001001 |
Color Harmonies of #C6C1AD
Complementary color
Monochromatic Colors of #C6C1AD
Black with #C6C1AD
Text Example
Text Example
White with #C6C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1AD; }
p { color: rgb(198,193,173); }
H1.HeaderClassName
{
color: #C6C1AD;
}
.AnyTagClassName
{
color: #C6C1AD;
}
</style>
background-color css
<style>
a { background-color: #C6C1AD; }
a { background-color: rgb(198,193,173); }
div.DivClassName
{
background-color: #C6C1AD;
}
.BgClassName
{
background-color: #C6C1AD;
}
</style>
border-color css
<style>
span { border-color: #C6C1AD; }
span { border-color: rgb(198,193,173); }
td.TdClassName
{
border-color: #C6C1AD;
}
.TagClassName
{
border-color: #C6C1AD;
}
</style>