Shades of Kangaroo #C3C2AE
Tints of Kangaroo #C3C2AE
RGB
CMYK
RGB Variations
Color information
#C3C2AE (or 0xC3C2AE) is known color: Kangaroo. HEX triplet: C3, C2 and AE. RGB value is (195,194,174). Sum of RGB (Red+Green+Blue) = 195+194+174=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C2AE is #3C3D51. Grayscale: #C0C0C0. Windows color (decimal): -3947858 or 11453123. OLE color: 11453123.
HSL color Cylindrical-coordinate representation of color #C3C2AE: hue angle of 57.14º 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 #C3C2AE is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 174 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.24 |
| HSL | 57.14º | 0.15% | 0.72% | - |
| HSV(B) | 57.14º | 0.11% | 0.76% | - |
| XYZ | 49.44 | 53.24 | 47.72 | - |
| YUV | 192.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 174 | 0 | 0.01 | 0.11 | 0.24 | 57.14 | 0.15 | 0.72 |
| Hex | C3 | C2 | AE | 0 | 1 | B | 18 | 39 | F | 48 |
| Octal | 303 | 302 | 256 | 0 | 1 | 13 | 30 | 71 | 17 | 110 |
| Binary | 11000011 | 11000010 | 10101110 | 0 | 1 | 1011 | 11000 | 111001 | 1111 | 1001000 |
Color Harmonies of #C3C2AE
Complementary color
Monochromatic Colors of #C3C2AE
Black with #C3C2AE
Text Example
Text Example
White with #C3C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2AE; }
p { color: rgb(195,194,174); }
H1.HeaderClassName
{
color: #C3C2AE;
}
.AnyTagClassName
{
color: #C3C2AE;
}
</style>
background-color css
<style>
a { background-color: #C3C2AE; }
a { background-color: rgb(195,194,174); }
div.DivClassName
{
background-color: #C3C2AE;
}
.BgClassName
{
background-color: #C3C2AE;
}
</style>
border-color css
<style>
span { border-color: #C3C2AE; }
span { border-color: rgb(195,194,174); }
td.TdClassName
{
border-color: #C3C2AE;
}
.TagClassName
{
border-color: #C3C2AE;
}
</style>