Shades of Christine #C35623
Tints of Christine #C35623
RGB
CMYK
RGB Variations
Color information
#C35623 (or 0xC35623) is known color: Christine. HEX triplet: C3, 56 and 23. RGB value is (195,86,35). Sum of RGB (Red+Green+Blue) = 195+86+35=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C35623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35623 is #3CA9DC. Grayscale: #717171. Windows color (decimal): -3975645 or 2315971. OLE color: 2315971.
HSL color Cylindrical-coordinate representation of color #C35623: hue angle of 19.12º degrees, saturation: 0.7, 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 #C35623 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 35 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.24 |
| HSL | 19.13º | 0.7% | 0.45% | - |
| HSV(B) | 19.13º | 0.82% | 0.76% | - |
| XYZ | 26.14 | 18.38 | 3.76 | - |
| YUV | 112.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 35 | 0 | 0.56 | 0.82 | 0.24 | 19.13 | 0.7 | 0.45 |
| Hex | C3 | 56 | 23 | 0 | 38 | 52 | 18 | 13 | 46 | 2D |
| Octal | 303 | 126 | 43 | 0 | 70 | 122 | 30 | 23 | 106 | 55 |
| Binary | 11000011 | 1010110 | 100011 | 0 | 111000 | 1010010 | 11000 | 10011 | 1000110 | 101101 |
Color Harmonies of #C35623
Complementary color
Monochromatic Colors of #C35623
Black with #C35623
Text Example
Text Example
White with #C35623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35623; }
p { color: rgb(195,86,35); }
H1.HeaderClassName
{
color: #C35623;
}
.AnyTagClassName
{
color: #C35623;
}
</style>
background-color css
<style>
a { background-color: #C35623; }
a { background-color: rgb(195,86,35); }
div.DivClassName
{
background-color: #C35623;
}
.BgClassName
{
background-color: #C35623;
}
</style>
border-color css
<style>
span { border-color: #C35623; }
span { border-color: rgb(195,86,35); }
td.TdClassName
{
border-color: #C35623;
}
.TagClassName
{
border-color: #C35623;
}
</style>