Shades of Kangaroo #C7C1AC
Tints of Kangaroo #C7C1AC
RGB
CMYK
RGB Variations
Color information
#C7C1AC (or 0xC7C1AC) is known color: Kangaroo. HEX triplet: C7, C1 and AC. RGB value is (199,193,172). Sum of RGB (Red+Green+Blue) = 199+193+172=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C1AC is #383E53. Grayscale: #C0C0C0. Windows color (decimal): -3685972 or 11321799. OLE color: 11321799.
HSL color Cylindrical-coordinate representation of color #C7C1AC: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7C1AC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 193 | 172 | - |
CMYK | 0 | 0.03 | 0.14 | 0.22 |
HSL | 46.67º | 0.19% | 0.73% | - |
HSV(B) | 46.67º | 0.14% | 0.78% | - |
XYZ | 50.07 | 53.26 | 46.67 | - |
YUV | 192.4 | 116.49 | 132.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 193 | 172 | 0 | 0.03 | 0.14 | 0.22 | 46.67 | 0.19 | 0.73 |
Hex | C7 | C1 | AC | 0 | 3 | E | 16 | 2F | 13 | 49 |
Octal | 307 | 301 | 254 | 0 | 3 | 16 | 26 | 57 | 23 | 111 |
Binary | 11000111 | 11000001 | 10101100 | 0 | 11 | 1110 | 10110 | 101111 | 10011 | 1001001 |
Color Harmonies of #C7C1AC
Complementary color
Monochromatic Colors of #C7C1AC
Black with #C7C1AC
Text Example
Text Example
White with #C7C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1AC; }
p { color: rgb(199,193,172); }
H1.HeaderClassName
{
color: #C7C1AC;
}
.AnyTagClassName
{
color: #C7C1AC;
}
</style>
background-color css
<style>
a { background-color: #C7C1AC; }
a { background-color: rgb(199,193,172); }
div.DivClassName
{
background-color: #C7C1AC;
}
.BgClassName
{
background-color: #C7C1AC;
}
</style>
border-color css
<style>
span { border-color: #C7C1AC; }
span { border-color: rgb(199,193,172); }
td.TdClassName
{
border-color: #C7C1AC;
}
.TagClassName
{
border-color: #C7C1AC;
}
</style>