Shades of Christine #C36124
Tints of Christine #C36124
RGB
CMYK
RGB Variations
Color information
#C36124 (or 0xC36124) is known color: Christine. HEX triplet: C3, 61 and 24. RGB value is (195,97,36). Sum of RGB (Red+Green+Blue) = 195+97+36=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36124 is #3C9EDB. Grayscale: #777777. Windows color (decimal): -3972828 or 2384323. OLE color: 2384323.
HSL color Cylindrical-coordinate representation of color #C36124: hue angle of 23.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C36124 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 36 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.24 |
| HSL | 23.02º | 0.69% | 0.45% | - |
| HSV(B) | 23.02º | 0.82% | 0.76% | - |
| XYZ | 27.1 | 20.28 | 4.16 | - |
| YUV | 119.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 36 | 0 | 0.50 | 0.82 | 0.24 | 23.02 | 0.69 | 0.45 |
| Hex | C3 | 61 | 24 | 0 | 32 | 52 | 18 | 17 | 45 | 2D |
| Octal | 303 | 141 | 44 | 0 | 62 | 122 | 30 | 27 | 105 | 55 |
| Binary | 11000011 | 1100001 | 100100 | 0 | 110010 | 1010010 | 11000 | 10111 | 1000101 | 101101 |
Color Harmonies of #C36124
Complementary color
Monochromatic Colors of #C36124
Black with #C36124
Text Example
Text Example
White with #C36124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36124; }
p { color: rgb(195,97,36); }
H1.HeaderClassName
{
color: #C36124;
}
.AnyTagClassName
{
color: #C36124;
}
</style>
background-color css
<style>
a { background-color: #C36124; }
a { background-color: rgb(195,97,36); }
div.DivClassName
{
background-color: #C36124;
}
.BgClassName
{
background-color: #C36124;
}
</style>
border-color css
<style>
span { border-color: #C36124; }
span { border-color: rgb(195,97,36); }
td.TdClassName
{
border-color: #C36124;
}
.TagClassName
{
border-color: #C36124;
}
</style>