Shades of Christine #C35D22
Tints of Christine #C35D22
RGB
CMYK
RGB Variations
Color information
#C35D22 (or 0xC35D22) is known color: Christine. HEX triplet: C3, 5D and 22. RGB value is (195,93,34). Sum of RGB (Red+Green+Blue) = 195+93+34=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D22 is #3CA2DD. Grayscale: #757575. Windows color (decimal): -3973854 or 2252227. OLE color: 2252227.
HSL color Cylindrical-coordinate representation of color #C35D22: hue angle of 21.99º 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 #C35D22 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 34 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.24 |
| HSL | 21.99º | 0.7% | 0.45% | - |
| HSV(B) | 21.99º | 0.83% | 0.76% | - |
| XYZ | 26.71 | 19.55 | 3.88 | - |
| YUV | 116.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 34 | 0 | 0.52 | 0.83 | 0.24 | 21.99 | 0.7 | 0.45 |
| Hex | C3 | 5D | 22 | 0 | 34 | 53 | 18 | 16 | 46 | 2D |
| Octal | 303 | 135 | 42 | 0 | 64 | 123 | 30 | 26 | 106 | 55 |
| Binary | 11000011 | 1011101 | 100010 | 0 | 110100 | 1010011 | 11000 | 10110 | 1000110 | 101101 |
Color Harmonies of #C35D22
Complementary color
Monochromatic Colors of #C35D22
Black with #C35D22
Text Example
Text Example
White with #C35D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D22; }
p { color: rgb(195,93,34); }
H1.HeaderClassName
{
color: #C35D22;
}
.AnyTagClassName
{
color: #C35D22;
}
</style>
background-color css
<style>
a { background-color: #C35D22; }
a { background-color: rgb(195,93,34); }
div.DivClassName
{
background-color: #C35D22;
}
.BgClassName
{
background-color: #C35D22;
}
</style>
border-color css
<style>
span { border-color: #C35D22; }
span { border-color: rgb(195,93,34); }
td.TdClassName
{
border-color: #C35D22;
}
.TagClassName
{
border-color: #C35D22;
}
</style>