Shades of Christine #C36520
Tints of Christine #C36520
RGB
CMYK
RGB Variations
Color information
#C36520 (or 0xC36520) is known color: Christine. HEX triplet: C3, 65 and 20. RGB value is (195,101,32). Sum of RGB (Red+Green+Blue) = 195+101+32=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36520 is #3C9ADF. Grayscale: #797979. Windows color (decimal): -3971808 or 2123203. OLE color: 2123203.
HSL color Cylindrical-coordinate representation of color #C36520: hue angle of 25.4º 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 #C36520 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 32 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.24 |
| HSL | 25.4º | 0.72% | 0.45% | - |
| HSV(B) | 25.4º | 0.84% | 0.76% | - |
| XYZ | 27.42 | 21.01 | 3.98 | - |
| YUV | 121.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 32 | 0 | 0.48 | 0.84 | 0.24 | 25.4 | 0.72 | 0.45 |
| Hex | C3 | 65 | 20 | 0 | 30 | 54 | 18 | 19 | 48 | 2D |
| Octal | 303 | 145 | 40 | 0 | 60 | 124 | 30 | 31 | 110 | 55 |
| Binary | 11000011 | 1100101 | 100000 | 0 | 110000 | 1010100 | 11000 | 11001 | 1001000 | 101101 |
Color Harmonies of #C36520
Complementary color
Monochromatic Colors of #C36520
Black with #C36520
Text Example
Text Example
White with #C36520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36520; }
p { color: rgb(195,101,32); }
H1.HeaderClassName
{
color: #C36520;
}
.AnyTagClassName
{
color: #C36520;
}
</style>
background-color css
<style>
a { background-color: #C36520; }
a { background-color: rgb(195,101,32); }
div.DivClassName
{
background-color: #C36520;
}
.BgClassName
{
background-color: #C36520;
}
</style>
border-color css
<style>
span { border-color: #C36520; }
span { border-color: rgb(195,101,32); }
td.TdClassName
{
border-color: #C36520;
}
.TagClassName
{
border-color: #C36520;
}
</style>