Shades of Kangaroo #C7C3AA
Tints of Kangaroo #C7C3AA
RGB
CMYK
RGB Variations
Color information
#C7C3AA (or 0xC7C3AA) is known color: Kangaroo. HEX triplet: C7, C3 and AA. RGB value is (199,195,170). Sum of RGB (Red+Green+Blue) = 199+195+170=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C3AA is #383C55. Grayscale: #C1C1C1. Windows color (decimal): -3685462 or 11191239. OLE color: 11191239.
HSL color Cylindrical-coordinate representation of color #C7C3AA: hue angle of 51.72º 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 #C7C3AA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 170 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.22 |
| HSL | 51.72º | 0.21% | 0.72% | - |
| HSV(B) | 51.72º | 0.15% | 0.78% | - |
| XYZ | 50.32 | 54.07 | 45.82 | - |
| YUV | 193.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 170 | 0 | 0.02 | 0.15 | 0.22 | 51.72 | 0.21 | 0.72 |
| Hex | C7 | C3 | AA | 0 | 2 | F | 16 | 34 | 15 | 48 |
| Octal | 307 | 303 | 252 | 0 | 2 | 17 | 26 | 64 | 25 | 110 |
| Binary | 11000111 | 11000011 | 10101010 | 0 | 10 | 1111 | 10110 | 110100 | 10101 | 1001000 |
Color Harmonies of #C7C3AA
Complementary color
Monochromatic Colors of #C7C3AA
Black with #C7C3AA
Text Example
Text Example
White with #C7C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3AA; }
p { color: rgb(199,195,170); }
H1.HeaderClassName
{
color: #C7C3AA;
}
.AnyTagClassName
{
color: #C7C3AA;
}
</style>
background-color css
<style>
a { background-color: #C7C3AA; }
a { background-color: rgb(199,195,170); }
div.DivClassName
{
background-color: #C7C3AA;
}
.BgClassName
{
background-color: #C7C3AA;
}
</style>
border-color css
<style>
span { border-color: #C7C3AA; }
span { border-color: rgb(199,195,170); }
td.TdClassName
{
border-color: #C7C3AA;
}
.TagClassName
{
border-color: #C7C3AA;
}
</style>