Shades of Kangaroo #C7C2AA
Tints of Kangaroo #C7C2AA
RGB
CMYK
RGB Variations
Color information
#C7C2AA (or 0xC7C2AA) is known color: Kangaroo. HEX triplet: C7, C2 and AA. RGB value is (199,194,170). Sum of RGB (Red+Green+Blue) = 199+194+170=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C2AA is #383D55. Grayscale: #C0C0C0. Windows color (decimal): -3685718 or 11190983. OLE color: 11190983.
HSL color Cylindrical-coordinate representation of color #C7C2AA: hue angle of 49.66º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C2AA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 170 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.22 |
| HSL | 49.66º | 0.21% | 0.72% | - |
| HSV(B) | 49.66º | 0.15% | 0.78% | - |
| XYZ | 50.1 | 53.63 | 45.74 | - |
| YUV | 192.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 170 | 0 | 0.03 | 0.15 | 0.22 | 49.66 | 0.21 | 0.72 |
| Hex | C7 | C2 | AA | 0 | 3 | F | 16 | 32 | 15 | 48 |
| Octal | 307 | 302 | 252 | 0 | 3 | 17 | 26 | 62 | 25 | 110 |
| Binary | 11000111 | 11000010 | 10101010 | 0 | 11 | 1111 | 10110 | 110010 | 10101 | 1001000 |
Color Harmonies of #C7C2AA
Complementary color
Monochromatic Colors of #C7C2AA
Black with #C7C2AA
Text Example
Text Example
White with #C7C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2AA; }
p { color: rgb(199,194,170); }
H1.HeaderClassName
{
color: #C7C2AA;
}
.AnyTagClassName
{
color: #C7C2AA;
}
</style>
background-color css
<style>
a { background-color: #C7C2AA; }
a { background-color: rgb(199,194,170); }
div.DivClassName
{
background-color: #C7C2AA;
}
.BgClassName
{
background-color: #C7C2AA;
}
</style>
border-color css
<style>
span { border-color: #C7C2AA; }
span { border-color: rgb(199,194,170); }
td.TdClassName
{
border-color: #C7C2AA;
}
.TagClassName
{
border-color: #C7C2AA;
}
</style>