Shades of Christine #C35C22
Tints of Christine #C35C22
RGB
CMYK
RGB Variations
Color information
#C35C22 (or 0xC35C22) is known color: Christine. HEX triplet: C3, 5C and 22. RGB value is (195,92,34). Sum of RGB (Red+Green+Blue) = 195+92+34=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C22 is #3CA3DD. Grayscale: #747474. Windows color (decimal): -3974110 or 2251971. OLE color: 2251971.
HSL color Cylindrical-coordinate representation of color #C35C22: hue angle of 21.61º 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 #C35C22 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 34 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.24 |
| HSL | 21.61º | 0.7% | 0.45% | - |
| HSV(B) | 21.61º | 0.83% | 0.76% | - |
| XYZ | 26.62 | 19.37 | 3.85 | - |
| YUV | 116.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 34 | 0 | 0.53 | 0.83 | 0.24 | 21.61 | 0.7 | 0.45 |
| Hex | C3 | 5C | 22 | 0 | 35 | 53 | 18 | 16 | 46 | 2D |
| Octal | 303 | 134 | 42 | 0 | 65 | 123 | 30 | 26 | 106 | 55 |
| Binary | 11000011 | 1011100 | 100010 | 0 | 110101 | 1010011 | 11000 | 10110 | 1000110 | 101101 |
Color Harmonies of #C35C22
Complementary color
Monochromatic Colors of #C35C22
Black with #C35C22
Text Example
Text Example
White with #C35C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C22; }
p { color: rgb(195,92,34); }
H1.HeaderClassName
{
color: #C35C22;
}
.AnyTagClassName
{
color: #C35C22;
}
</style>
background-color css
<style>
a { background-color: #C35C22; }
a { background-color: rgb(195,92,34); }
div.DivClassName
{
background-color: #C35C22;
}
.BgClassName
{
background-color: #C35C22;
}
</style>
border-color css
<style>
span { border-color: #C35C22; }
span { border-color: rgb(195,92,34); }
td.TdClassName
{
border-color: #C35C22;
}
.TagClassName
{
border-color: #C35C22;
}
</style>