Shades of Christine #C36324
Tints of Christine #C36324
RGB
CMYK
RGB Variations
Color information
#C36324 (or 0xC36324) is known color: Christine. HEX triplet: C3, 63 and 24. RGB value is (195,99,36). Sum of RGB (Red+Green+Blue) = 195+99+36=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36324 is #3C9CDB. Grayscale: #787878. Windows color (decimal): -3972316 or 2384835. OLE color: 2384835.
HSL color Cylindrical-coordinate representation of color #C36324: hue angle of 23.77º 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 #C36324 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 36 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.24 |
| HSL | 23.77º | 0.69% | 0.45% | - |
| HSV(B) | 23.77º | 0.82% | 0.76% | - |
| XYZ | 27.29 | 20.65 | 4.22 | - |
| YUV | 120.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 36 | 0 | 0.49 | 0.82 | 0.24 | 23.77 | 0.69 | 0.45 |
| Hex | C3 | 63 | 24 | 0 | 31 | 52 | 18 | 18 | 45 | 2D |
| Octal | 303 | 143 | 44 | 0 | 61 | 122 | 30 | 30 | 105 | 55 |
| Binary | 11000011 | 1100011 | 100100 | 0 | 110001 | 1010010 | 11000 | 11000 | 1000101 | 101101 |
Color Harmonies of #C36324
Complementary color
Monochromatic Colors of #C36324
Black with #C36324
Text Example
Text Example
White with #C36324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36324; }
p { color: rgb(195,99,36); }
H1.HeaderClassName
{
color: #C36324;
}
.AnyTagClassName
{
color: #C36324;
}
</style>
background-color css
<style>
a { background-color: #C36324; }
a { background-color: rgb(195,99,36); }
div.DivClassName
{
background-color: #C36324;
}
.BgClassName
{
background-color: #C36324;
}
</style>
border-color css
<style>
span { border-color: #C36324; }
span { border-color: rgb(195,99,36); }
td.TdClassName
{
border-color: #C36324;
}
.TagClassName
{
border-color: #C36324;
}
</style>