Shades of Kangaroo #C3C1AA
Tints of Kangaroo #C3C1AA
RGB
CMYK
RGB Variations
Color information
#C3C1AA (or 0xC3C1AA) is known color: Kangaroo. HEX triplet: C3, C1 and AA. RGB value is (195,193,170). Sum of RGB (Red+Green+Blue) = 195+193+170=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C1AA is #3C3E55. Grayscale: #BFBFBF. Windows color (decimal): -3948118 or 11190723. OLE color: 11190723.
HSL color Cylindrical-coordinate representation of color #C3C1AA: hue angle of 55.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3C1AA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 170 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.24 |
| HSL | 55.2º | 0.17% | 0.72% | - |
| HSV(B) | 55.2º | 0.13% | 0.76% | - |
| XYZ | 48.83 | 52.64 | 45.62 | - |
| YUV | 190.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 170 | 0 | 0.01 | 0.13 | 0.24 | 55.2 | 0.17 | 0.72 |
| Hex | C3 | C1 | AA | 0 | 1 | D | 18 | 37 | 11 | 48 |
| Octal | 303 | 301 | 252 | 0 | 1 | 15 | 30 | 67 | 21 | 110 |
| Binary | 11000011 | 11000001 | 10101010 | 0 | 1 | 1101 | 11000 | 110111 | 10001 | 1001000 |
Color Harmonies of #C3C1AA
Complementary color
Monochromatic Colors of #C3C1AA
Black with #C3C1AA
Text Example
Text Example
White with #C3C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1AA; }
p { color: rgb(195,193,170); }
H1.HeaderClassName
{
color: #C3C1AA;
}
.AnyTagClassName
{
color: #C3C1AA;
}
</style>
background-color css
<style>
a { background-color: #C3C1AA; }
a { background-color: rgb(195,193,170); }
div.DivClassName
{
background-color: #C3C1AA;
}
.BgClassName
{
background-color: #C3C1AA;
}
</style>
border-color css
<style>
span { border-color: #C3C1AA; }
span { border-color: rgb(195,193,170); }
td.TdClassName
{
border-color: #C3C1AA;
}
.TagClassName
{
border-color: #C3C1AA;
}
</style>