Shades of Christine #C36232
Tints of Christine #C36232
RGB
CMYK
RGB Variations
Color information
#C36232 (or 0xC36232) is known color: Christine. HEX triplet: C3, 62 and 32. RGB value is (195,98,50). Sum of RGB (Red+Green+Blue) = 195+98+50=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36232 is #3C9DCD. Grayscale: #797979. Windows color (decimal): -3972558 or 3302083. OLE color: 3302083.
HSL color Cylindrical-coordinate representation of color #C36232: hue angle of 19.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C36232 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 50 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.24 |
| HSL | 19.86º | 0.59% | 0.48% | - |
| HSV(B) | 19.86º | 0.74% | 0.76% | - |
| XYZ | 27.45 | 20.57 | 5.54 | - |
| YUV | 121.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 50 | 0 | 0.50 | 0.74 | 0.24 | 19.86 | 0.59 | 0.48 |
| Hex | C3 | 62 | 32 | 0 | 32 | 4A | 18 | 14 | 3B | 30 |
| Octal | 303 | 142 | 62 | 0 | 62 | 112 | 30 | 24 | 73 | 60 |
| Binary | 11000011 | 1100010 | 110010 | 0 | 110010 | 1001010 | 11000 | 10100 | 111011 | 110000 |
Color Harmonies of #C36232
Complementary color
Monochromatic Colors of #C36232
Black with #C36232
Text Example
Text Example
White with #C36232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36232; }
p { color: rgb(195,98,50); }
H1.HeaderClassName
{
color: #C36232;
}
.AnyTagClassName
{
color: #C36232;
}
</style>
background-color css
<style>
a { background-color: #C36232; }
a { background-color: rgb(195,98,50); }
div.DivClassName
{
background-color: #C36232;
}
.BgClassName
{
background-color: #C36232;
}
</style>
border-color css
<style>
span { border-color: #C36232; }
span { border-color: rgb(195,98,50); }
td.TdClassName
{
border-color: #C36232;
}
.TagClassName
{
border-color: #C36232;
}
</style>