Shades of Kangaroo #C3C2AD
Tints of Kangaroo #C3C2AD
RGB
CMYK
RGB Variations
Color information
#C3C2AD (or 0xC3C2AD) is known color: Kangaroo. HEX triplet: C3, C2 and AD. RGB value is (195,194,173). Sum of RGB (Red+Green+Blue) = 195+194+173=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C2AD is #3C3D52. Grayscale: #BFBFBF. Windows color (decimal): -3947859 or 11387587. OLE color: 11387587.
HSL color Cylindrical-coordinate representation of color #C3C2AD: hue angle of 57.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C2AD is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 173 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.24 |
| HSL | 57.27º | 0.15% | 0.72% | - |
| HSV(B) | 57.27º | 0.11% | 0.76% | - |
| XYZ | 49.34 | 53.2 | 47.2 | - |
| YUV | 191.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 173 | 0 | 0.01 | 0.11 | 0.24 | 57.27 | 0.15 | 0.72 |
| Hex | C3 | C2 | AD | 0 | 1 | B | 18 | 39 | F | 48 |
| Octal | 303 | 302 | 255 | 0 | 1 | 13 | 30 | 71 | 17 | 110 |
| Binary | 11000011 | 11000010 | 10101101 | 0 | 1 | 1011 | 11000 | 111001 | 1111 | 1001000 |
Color Harmonies of #C3C2AD
Complementary color
Monochromatic Colors of #C3C2AD
Black with #C3C2AD
Text Example
Text Example
White with #C3C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2AD; }
p { color: rgb(195,194,173); }
H1.HeaderClassName
{
color: #C3C2AD;
}
.AnyTagClassName
{
color: #C3C2AD;
}
</style>
background-color css
<style>
a { background-color: #C3C2AD; }
a { background-color: rgb(195,194,173); }
div.DivClassName
{
background-color: #C3C2AD;
}
.BgClassName
{
background-color: #C3C2AD;
}
</style>
border-color css
<style>
span { border-color: #C3C2AD; }
span { border-color: rgb(195,194,173); }
td.TdClassName
{
border-color: #C3C2AD;
}
.TagClassName
{
border-color: #C3C2AD;
}
</style>