Shades of Christine #C36C24
Tints of Christine #C36C24
RGB
CMYK
RGB Variations
Color information
#C36C24 (or 0xC36C24) is known color: Christine. HEX triplet: C3, 6C and 24. RGB value is (195,108,36). Sum of RGB (Red+Green+Blue) = 195+108+36=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C24 is #3C93DB. Grayscale: #7E7E7E. Windows color (decimal): -3970012 or 2387139. OLE color: 2387139.
HSL color Cylindrical-coordinate representation of color #C36C24: hue angle of 27.17º 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 #C36C24 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 36 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.24 |
| HSL | 27.17º | 0.69% | 0.45% | - |
| HSV(B) | 27.17º | 0.82% | 0.76% | - |
| XYZ | 28.19 | 22.45 | 4.52 | - |
| YUV | 125.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 36 | 0 | 0.45 | 0.82 | 0.24 | 27.17 | 0.69 | 0.45 |
| Hex | C3 | 6C | 24 | 0 | 2D | 52 | 18 | 1B | 45 | 2D |
| Octal | 303 | 154 | 44 | 0 | 55 | 122 | 30 | 33 | 105 | 55 |
| Binary | 11000011 | 1101100 | 100100 | 0 | 101101 | 1010010 | 11000 | 11011 | 1000101 | 101101 |
Color Harmonies of #C36C24
Complementary color
Monochromatic Colors of #C36C24
Black with #C36C24
Text Example
Text Example
White with #C36C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C24; }
p { color: rgb(195,108,36); }
H1.HeaderClassName
{
color: #C36C24;
}
.AnyTagClassName
{
color: #C36C24;
}
</style>
background-color css
<style>
a { background-color: #C36C24; }
a { background-color: rgb(195,108,36); }
div.DivClassName
{
background-color: #C36C24;
}
.BgClassName
{
background-color: #C36C24;
}
</style>
border-color css
<style>
span { border-color: #C36C24; }
span { border-color: rgb(195,108,36); }
td.TdClassName
{
border-color: #C36C24;
}
.TagClassName
{
border-color: #C36C24;
}
</style>