Shades of Kangaroo #C6C5AF
Tints of Kangaroo #C6C5AF
RGB
CMYK
RGB Variations
Color information
#C6C5AF (or 0xC6C5AF) is known color: Kangaroo. HEX triplet: C6, C5 and AF. RGB value is (198,197,175). Sum of RGB (Red+Green+Blue) = 198+197+175=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C5AF is #393A50. Grayscale: #C2C2C2. Windows color (decimal): -3750481 or 11519430. OLE color: 11519430.
HSL color Cylindrical-coordinate representation of color #C6C5AF: hue angle of 57.39º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C5AF is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 175 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.22 |
| HSL | 57.39º | 0.17% | 0.73% | - |
| HSV(B) | 57.39º | 0.12% | 0.78% | - |
| XYZ | 50.99 | 55.03 | 48.49 | - |
| YUV | 194.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 175 | 0 | 0.01 | 0.12 | 0.22 | 57.39 | 0.17 | 0.73 |
| Hex | C6 | C5 | AF | 0 | 1 | C | 16 | 39 | 11 | 49 |
| Octal | 306 | 305 | 257 | 0 | 1 | 14 | 26 | 71 | 21 | 111 |
| Binary | 11000110 | 11000101 | 10101111 | 0 | 1 | 1100 | 10110 | 111001 | 10001 | 1001001 |
Color Harmonies of #C6C5AF
Complementary color
Monochromatic Colors of #C6C5AF
Black with #C6C5AF
Text Example
Text Example
White with #C6C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5AF; }
p { color: rgb(198,197,175); }
H1.HeaderClassName
{
color: #C6C5AF;
}
.AnyTagClassName
{
color: #C6C5AF;
}
</style>
background-color css
<style>
a { background-color: #C6C5AF; }
a { background-color: rgb(198,197,175); }
div.DivClassName
{
background-color: #C6C5AF;
}
.BgClassName
{
background-color: #C6C5AF;
}
</style>
border-color css
<style>
span { border-color: #C6C5AF; }
span { border-color: rgb(198,197,175); }
td.TdClassName
{
border-color: #C6C5AF;
}
.TagClassName
{
border-color: #C6C5AF;
}
</style>