Shades of Christine #C35722
Tints of Christine #C35722
RGB
CMYK
RGB Variations
Color information
#C35722 (or 0xC35722) is known color: Christine. HEX triplet: C3, 57 and 22. RGB value is (195,87,34). Sum of RGB (Red+Green+Blue) = 195+87+34=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C35722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35722 is #3CA8DD. Grayscale: #717171. Windows color (decimal): -3975390 or 2250691. OLE color: 2250691.
HSL color Cylindrical-coordinate representation of color #C35722: hue angle of 19.75º degrees, saturation: 0.7, 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 #C35722 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 34 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.24 |
| HSL | 19.75º | 0.7% | 0.45% | - |
| HSV(B) | 19.75º | 0.83% | 0.76% | - |
| XYZ | 26.2 | 18.53 | 3.71 | - |
| YUV | 113.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 34 | 0 | 0.55 | 0.83 | 0.24 | 19.75 | 0.7 | 0.45 |
| Hex | C3 | 57 | 22 | 0 | 37 | 53 | 18 | 14 | 46 | 2D |
| Octal | 303 | 127 | 42 | 0 | 67 | 123 | 30 | 24 | 106 | 55 |
| Binary | 11000011 | 1010111 | 100010 | 0 | 110111 | 1010011 | 11000 | 10100 | 1000110 | 101101 |
Color Harmonies of #C35722
Complementary color
Monochromatic Colors of #C35722
Black with #C35722
Text Example
Text Example
White with #C35722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35722; }
p { color: rgb(195,87,34); }
H1.HeaderClassName
{
color: #C35722;
}
.AnyTagClassName
{
color: #C35722;
}
</style>
background-color css
<style>
a { background-color: #C35722; }
a { background-color: rgb(195,87,34); }
div.DivClassName
{
background-color: #C35722;
}
.BgClassName
{
background-color: #C35722;
}
</style>
border-color css
<style>
span { border-color: #C35722; }
span { border-color: rgb(195,87,34); }
td.TdClassName
{
border-color: #C35722;
}
.TagClassName
{
border-color: #C35722;
}
</style>