Shades of Kangaroo #C3C0AD
Tints of Kangaroo #C3C0AD
RGB
CMYK
RGB Variations
Color information
#C3C0AD (or 0xC3C0AD) is known color: Kangaroo. HEX triplet: C3, C0 and AD. RGB value is (195,192,173). Sum of RGB (Red+Green+Blue) = 195+192+173=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AD is #3C3F52. Grayscale: #BEBEBE. Windows color (decimal): -3948371 or 11387075. OLE color: 11387075.
HSL color Cylindrical-coordinate representation of color #C3C0AD: hue angle of 51.82º 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 #C3C0AD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 173 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.24 |
| HSL | 51.82º | 0.15% | 0.72% | - |
| HSV(B) | 51.82º | 0.11% | 0.76% | - |
| XYZ | 48.9 | 52.32 | 47.06 | - |
| YUV | 190.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 173 | 0 | 0.02 | 0.11 | 0.24 | 51.82 | 0.15 | 0.72 |
| Hex | C3 | C0 | AD | 0 | 2 | B | 18 | 34 | F | 48 |
| Octal | 303 | 300 | 255 | 0 | 2 | 13 | 30 | 64 | 17 | 110 |
| Binary | 11000011 | 11000000 | 10101101 | 0 | 10 | 1011 | 11000 | 110100 | 1111 | 1001000 |
Color Harmonies of #C3C0AD
Complementary color
Monochromatic Colors of #C3C0AD
Black with #C3C0AD
Text Example
Text Example
White with #C3C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0AD; }
p { color: rgb(195,192,173); }
H1.HeaderClassName
{
color: #C3C0AD;
}
.AnyTagClassName
{
color: #C3C0AD;
}
</style>
background-color css
<style>
a { background-color: #C3C0AD; }
a { background-color: rgb(195,192,173); }
div.DivClassName
{
background-color: #C3C0AD;
}
.BgClassName
{
background-color: #C3C0AD;
}
</style>
border-color css
<style>
span { border-color: #C3C0AD; }
span { border-color: rgb(195,192,173); }
td.TdClassName
{
border-color: #C3C0AD;
}
.TagClassName
{
border-color: #C3C0AD;
}
</style>