Shades of Kangaroo #C3C2B7
Tints of Kangaroo #C3C2B7
RGB
CMYK
RGB Variations
Color information
#C3C2B7 (or 0xC3C2B7) is known color: Kangaroo. HEX triplet: C3, C2 and B7. RGB value is (195,194,183). Sum of RGB (Red+Green+Blue) = 195+194+183=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2B7 is #3C3D48. Grayscale: #C1C1C1. Windows color (decimal): -3947849 or 12042947. OLE color: 12042947.
HSL color Cylindrical-coordinate representation of color #C3C2B7: hue angle of 55º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C2B7 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 194 | 183 | - |
CMYK | 0 | 0.01 | 0.06 | 0.24 |
HSL | 55º | 0.09% | 0.74% | - |
HSV(B) | 55º | 0.06% | 0.76% | - |
XYZ | 50.34 | 53.6 | 52.49 | - |
YUV | 193.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 194 | 183 | 0 | 0.01 | 0.06 | 0.24 | 55 | 0.09 | 0.74 |
Hex | C3 | C2 | B7 | 0 | 1 | 6 | 18 | 37 | 9 | 4A |
Octal | 303 | 302 | 267 | 0 | 1 | 6 | 30 | 67 | 11 | 112 |
Binary | 11000011 | 11000010 | 10110111 | 0 | 1 | 110 | 11000 | 110111 | 1001 | 1001010 |
Color Harmonies of #C3C2B7
Complementary color
Monochromatic Colors of #C3C2B7
Black with #C3C2B7
Text Example
Text Example
White with #C3C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2B7; }
p { color: rgb(195,194,183); }
H1.HeaderClassName
{
color: #C3C2B7;
}
.AnyTagClassName
{
color: #C3C2B7;
}
</style>
background-color css
<style>
a { background-color: #C3C2B7; }
a { background-color: rgb(195,194,183); }
div.DivClassName
{
background-color: #C3C2B7;
}
.BgClassName
{
background-color: #C3C2B7;
}
</style>
border-color css
<style>
span { border-color: #C3C2B7; }
span { border-color: rgb(195,194,183); }
td.TdClassName
{
border-color: #C3C2B7;
}
.TagClassName
{
border-color: #C3C2B7;
}
</style>