Shades of Kangaroo #C3C0AC
Tints of Kangaroo #C3C0AC
RGB
CMYK
RGB Variations
Color information
#C3C0AC (or 0xC3C0AC) is known color: Kangaroo. HEX triplet: C3, C0 and AC. RGB value is (195,192,172). Sum of RGB (Red+Green+Blue) = 195+192+172=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AC is #3C3F53. Grayscale: #BEBEBE. Windows color (decimal): -3948372 or 11321539. OLE color: 11321539.
HSL color Cylindrical-coordinate representation of color #C3C0AC: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C0AC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 192 | 172 | - |
CMYK | 0 | 0.02 | 0.12 | 0.24 |
HSL | 52.17º | 0.16% | 0.72% | - |
HSV(B) | 52.17º | 0.12% | 0.76% | - |
XYZ | 48.8 | 52.28 | 46.55 | - |
YUV | 190.62 | 117.49 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 192 | 172 | 0 | 0.02 | 0.12 | 0.24 | 52.17 | 0.16 | 0.72 |
Hex | C3 | C0 | AC | 0 | 2 | C | 18 | 34 | 10 | 48 |
Octal | 303 | 300 | 254 | 0 | 2 | 14 | 30 | 64 | 20 | 110 |
Binary | 11000011 | 11000000 | 10101100 | 0 | 10 | 1100 | 11000 | 110100 | 10000 | 1001000 |
Color Harmonies of #C3C0AC
Complementary color
Monochromatic Colors of #C3C0AC
Black with #C3C0AC
Text Example
Text Example
White with #C3C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0AC; }
p { color: rgb(195,192,172); }
H1.HeaderClassName
{
color: #C3C0AC;
}
.AnyTagClassName
{
color: #C3C0AC;
}
</style>
background-color css
<style>
a { background-color: #C3C0AC; }
a { background-color: rgb(195,192,172); }
div.DivClassName
{
background-color: #C3C0AC;
}
.BgClassName
{
background-color: #C3C0AC;
}
</style>
border-color css
<style>
span { border-color: #C3C0AC; }
span { border-color: rgb(195,192,172); }
td.TdClassName
{
border-color: #C3C0AC;
}
.TagClassName
{
border-color: #C3C0AC;
}
</style>