Shades of Christine #C36421
Tints of Christine #C36421
RGB
CMYK
RGB Variations
Color information
#C36421 (or 0xC36421) is known color: Christine. HEX triplet: C3, 64 and 21. RGB value is (195,100,33). Sum of RGB (Red+Green+Blue) = 195+100+33=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36421 is #3C9BDE. Grayscale: #797979. Windows color (decimal): -3972063 or 2188483. OLE color: 2188483.
HSL color Cylindrical-coordinate representation of color #C36421: hue angle of 24.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C36421 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 33 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.24 |
| HSL | 24.81º | 0.71% | 0.45% | - |
| HSV(B) | 24.81º | 0.83% | 0.76% | - |
| XYZ | 27.34 | 20.83 | 4.02 | - |
| YUV | 120.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 33 | 0 | 0.49 | 0.83 | 0.24 | 24.81 | 0.71 | 0.45 |
| Hex | C3 | 64 | 21 | 0 | 31 | 53 | 18 | 19 | 47 | 2D |
| Octal | 303 | 144 | 41 | 0 | 61 | 123 | 30 | 31 | 107 | 55 |
| Binary | 11000011 | 1100100 | 100001 | 0 | 110001 | 1010011 | 11000 | 11001 | 1000111 | 101101 |
Color Harmonies of #C36421
Complementary color
Monochromatic Colors of #C36421
Black with #C36421
Text Example
Text Example
White with #C36421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36421; }
p { color: rgb(195,100,33); }
H1.HeaderClassName
{
color: #C36421;
}
.AnyTagClassName
{
color: #C36421;
}
</style>
background-color css
<style>
a { background-color: #C36421; }
a { background-color: rgb(195,100,33); }
div.DivClassName
{
background-color: #C36421;
}
.BgClassName
{
background-color: #C36421;
}
</style>
border-color css
<style>
span { border-color: #C36421; }
span { border-color: rgb(195,100,33); }
td.TdClassName
{
border-color: #C36421;
}
.TagClassName
{
border-color: #C36421;
}
</style>