Shades of Christine #C35621
Tints of Christine #C35621
RGB
CMYK
RGB Variations
Color information
#C35621 (or 0xC35621) is known color: Christine. HEX triplet: C3, 56 and 21. RGB value is (195,86,33). Sum of RGB (Red+Green+Blue) = 195+86+33=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35621 is #3CA9DE. Grayscale: #707070. Windows color (decimal): -3975647 or 2184899. OLE color: 2184899.
HSL color Cylindrical-coordinate representation of color #C35621: hue angle of 19.63º 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 #C35621 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 33 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.24 |
| HSL | 19.63º | 0.71% | 0.45% | - |
| HSV(B) | 19.63º | 0.83% | 0.76% | - |
| XYZ | 26.11 | 18.37 | 3.61 | - |
| YUV | 112.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 33 | 0 | 0.56 | 0.83 | 0.24 | 19.63 | 0.71 | 0.45 |
| Hex | C3 | 56 | 21 | 0 | 38 | 53 | 18 | 14 | 47 | 2D |
| Octal | 303 | 126 | 41 | 0 | 70 | 123 | 30 | 24 | 107 | 55 |
| Binary | 11000011 | 1010110 | 100001 | 0 | 111000 | 1010011 | 11000 | 10100 | 1000111 | 101101 |
Color Harmonies of #C35621
Complementary color
Monochromatic Colors of #C35621
Black with #C35621
Text Example
Text Example
White with #C35621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35621; }
p { color: rgb(195,86,33); }
H1.HeaderClassName
{
color: #C35621;
}
.AnyTagClassName
{
color: #C35621;
}
</style>
background-color css
<style>
a { background-color: #C35621; }
a { background-color: rgb(195,86,33); }
div.DivClassName
{
background-color: #C35621;
}
.BgClassName
{
background-color: #C35621;
}
</style>
border-color css
<style>
span { border-color: #C35621; }
span { border-color: rgb(195,86,33); }
td.TdClassName
{
border-color: #C35621;
}
.TagClassName
{
border-color: #C35621;
}
</style>