Shades of Kangaroo #C6C4AF
Tints of Kangaroo #C6C4AF
RGB
CMYK
RGB Variations
Color information
#C6C4AF (or 0xC6C4AF) is known color: Kangaroo. HEX triplet: C6, C4 and AF. RGB value is (198,196,175). Sum of RGB (Red+Green+Blue) = 198+196+175=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C4AF is #393B50. Grayscale: #C2C2C2. Windows color (decimal): -3750737 or 11519174. OLE color: 11519174.
HSL color Cylindrical-coordinate representation of color #C6C4AF: hue angle of 54.78º 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 #C6C4AF is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 175 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.22 |
| HSL | 54.78º | 0.17% | 0.73% | - |
| HSV(B) | 54.78º | 0.12% | 0.78% | - |
| XYZ | 50.77 | 54.58 | 48.42 | - |
| YUV | 194.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 175 | 0 | 0.01 | 0.12 | 0.22 | 54.78 | 0.17 | 0.73 |
| Hex | C6 | C4 | AF | 0 | 1 | C | 16 | 37 | 11 | 49 |
| Octal | 306 | 304 | 257 | 0 | 1 | 14 | 26 | 67 | 21 | 111 |
| Binary | 11000110 | 11000100 | 10101111 | 0 | 1 | 1100 | 10110 | 110111 | 10001 | 1001001 |
Color Harmonies of #C6C4AF
Complementary color
Monochromatic Colors of #C6C4AF
Black with #C6C4AF
Text Example
Text Example
White with #C6C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4AF; }
p { color: rgb(198,196,175); }
H1.HeaderClassName
{
color: #C6C4AF;
}
.AnyTagClassName
{
color: #C6C4AF;
}
</style>
background-color css
<style>
a { background-color: #C6C4AF; }
a { background-color: rgb(198,196,175); }
div.DivClassName
{
background-color: #C6C4AF;
}
.BgClassName
{
background-color: #C6C4AF;
}
</style>
border-color css
<style>
span { border-color: #C6C4AF; }
span { border-color: rgb(198,196,175); }
td.TdClassName
{
border-color: #C6C4AF;
}
.TagClassName
{
border-color: #C6C4AF;
}
</style>