Shades of Christine #C36231
Tints of Christine #C36231
RGB
CMYK
RGB Variations
Color information
#C36231 (or 0xC36231) is known color: Christine. HEX triplet: C3, 62 and 31. RGB value is (195,98,49). Sum of RGB (Red+Green+Blue) = 195+98+49=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C36231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36231 is #3C9DCE. Grayscale: #797979. Windows color (decimal): -3972559 or 3236547. OLE color: 3236547.
HSL color Cylindrical-coordinate representation of color #C36231: hue angle of 20.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36231 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 49 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.24 |
| HSL | 20.14º | 0.6% | 0.48% | - |
| HSV(B) | 20.14º | 0.75% | 0.76% | - |
| XYZ | 27.43 | 20.56 | 5.43 | - |
| YUV | 121.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 49 | 0 | 0.50 | 0.75 | 0.24 | 20.14 | 0.6 | 0.48 |
| Hex | C3 | 62 | 31 | 0 | 32 | 4B | 18 | 14 | 3C | 30 |
| Octal | 303 | 142 | 61 | 0 | 62 | 113 | 30 | 24 | 74 | 60 |
| Binary | 11000011 | 1100010 | 110001 | 0 | 110010 | 1001011 | 11000 | 10100 | 111100 | 110000 |
Color Harmonies of #C36231
Complementary color
Monochromatic Colors of #C36231
Black with #C36231
Text Example
Text Example
White with #C36231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36231; }
p { color: rgb(195,98,49); }
H1.HeaderClassName
{
color: #C36231;
}
.AnyTagClassName
{
color: #C36231;
}
</style>
background-color css
<style>
a { background-color: #C36231; }
a { background-color: rgb(195,98,49); }
div.DivClassName
{
background-color: #C36231;
}
.BgClassName
{
background-color: #C36231;
}
</style>
border-color css
<style>
span { border-color: #C36231; }
span { border-color: rgb(195,98,49); }
td.TdClassName
{
border-color: #C36231;
}
.TagClassName
{
border-color: #C36231;
}
</style>