Shades of Kangaroo #C3C2B6
Tints of Kangaroo #C3C2B6
RGB
CMYK
RGB Variations
Color information
#C3C2B6 (or 0xC3C2B6) is known color: Kangaroo. HEX triplet: C3, C2 and B6. RGB value is (195,194,182). Sum of RGB (Red+Green+Blue) = 195+194+182=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2B6 is #3C3D49. Grayscale: #C0C0C0. Windows color (decimal): -3947850 or 11977411. OLE color: 11977411.
HSL color Cylindrical-coordinate representation of color #C3C2B6: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3C2B6 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 194 | 182 | - |
CMYK | 0 | 0.01 | 0.07 | 0.24 |
HSL | 55.38º | 0.1% | 0.74% | - |
HSV(B) | 55.38º | 0.07% | 0.76% | - |
XYZ | 50.24 | 53.56 | 51.95 | - |
YUV | 192.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 194 | 182 | 0 | 0.01 | 0.07 | 0.24 | 55.38 | 0.1 | 0.74 |
Hex | C3 | C2 | B6 | 0 | 1 | 7 | 18 | 37 | A | 4A |
Octal | 303 | 302 | 266 | 0 | 1 | 7 | 30 | 67 | 12 | 112 |
Binary | 11000011 | 11000010 | 10110110 | 0 | 1 | 111 | 11000 | 110111 | 1010 | 1001010 |
Color Harmonies of #C3C2B6
Complementary color
Monochromatic Colors of #C3C2B6
Black with #C3C2B6
Text Example
Text Example
White with #C3C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2B6; }
p { color: rgb(195,194,182); }
H1.HeaderClassName
{
color: #C3C2B6;
}
.AnyTagClassName
{
color: #C3C2B6;
}
</style>
background-color css
<style>
a { background-color: #C3C2B6; }
a { background-color: rgb(195,194,182); }
div.DivClassName
{
background-color: #C3C2B6;
}
.BgClassName
{
background-color: #C3C2B6;
}
</style>
border-color css
<style>
span { border-color: #C3C2B6; }
span { border-color: rgb(195,194,182); }
td.TdClassName
{
border-color: #C3C2B6;
}
.TagClassName
{
border-color: #C3C2B6;
}
</style>