Shades of Christine #C36120
Tints of Christine #C36120
RGB
CMYK
RGB Variations
Color information
#C36120 (or 0xC36120) is known color: Christine. HEX triplet: C3, 61 and 20. RGB value is (195,97,32). Sum of RGB (Red+Green+Blue) = 195+97+32=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C36120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36120 is #3C9EDF. Grayscale: #777777. Windows color (decimal): -3972832 or 2122179. OLE color: 2122179.
HSL color Cylindrical-coordinate representation of color #C36120: hue angle of 23.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C36120 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.24 |
| HSL | 23.93º | 0.72% | 0.45% | - |
| HSV(B) | 23.93º | 0.84% | 0.76% | - |
| XYZ | 27.04 | 20.26 | 3.85 | - |
| YUV | 118.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 32 | 0 | 0.50 | 0.84 | 0.24 | 23.93 | 0.72 | 0.45 |
| Hex | C3 | 61 | 20 | 0 | 32 | 54 | 18 | 18 | 48 | 2D |
| Octal | 303 | 141 | 40 | 0 | 62 | 124 | 30 | 30 | 110 | 55 |
| Binary | 11000011 | 1100001 | 100000 | 0 | 110010 | 1010100 | 11000 | 11000 | 1001000 | 101101 |
Color Harmonies of #C36120
Complementary color
Monochromatic Colors of #C36120
Black with #C36120
Text Example
Text Example
White with #C36120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36120; }
p { color: rgb(195,97,32); }
H1.HeaderClassName
{
color: #C36120;
}
.AnyTagClassName
{
color: #C36120;
}
</style>
background-color css
<style>
a { background-color: #C36120; }
a { background-color: rgb(195,97,32); }
div.DivClassName
{
background-color: #C36120;
}
.BgClassName
{
background-color: #C36120;
}
</style>
border-color css
<style>
span { border-color: #C36120; }
span { border-color: rgb(195,97,32); }
td.TdClassName
{
border-color: #C36120;
}
.TagClassName
{
border-color: #C36120;
}
</style>