Shades of Christine #C35926
Tints of Christine #C35926
RGB
CMYK
RGB Variations
Color information
#C35926 (or 0xC35926) is known color: Christine. HEX triplet: C3, 59 and 26. RGB value is (195,89,38). Sum of RGB (Red+Green+Blue) = 195+89+38=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C35926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35926 is #3CA6D9. Grayscale: #737373. Windows color (decimal): -3974874 or 2513347. OLE color: 2513347.
HSL color Cylindrical-coordinate representation of color #C35926: hue angle of 19.49º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C35926 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 38 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.24 |
| HSL | 19.49º | 0.67% | 0.46% | - |
| HSV(B) | 19.49º | 0.81% | 0.76% | - |
| XYZ | 26.43 | 18.89 | 4.09 | - |
| YUV | 114.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 38 | 0 | 0.54 | 0.81 | 0.24 | 19.49 | 0.67 | 0.46 |
| Hex | C3 | 59 | 26 | 0 | 36 | 51 | 18 | 13 | 43 | 2E |
| Octal | 303 | 131 | 46 | 0 | 66 | 121 | 30 | 23 | 103 | 56 |
| Binary | 11000011 | 1011001 | 100110 | 0 | 110110 | 1010001 | 11000 | 10011 | 1000011 | 101110 |
Color Harmonies of #C35926
Complementary color
Monochromatic Colors of #C35926
Black with #C35926
Text Example
Text Example
White with #C35926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35926; }
p { color: rgb(195,89,38); }
H1.HeaderClassName
{
color: #C35926;
}
.AnyTagClassName
{
color: #C35926;
}
</style>
background-color css
<style>
a { background-color: #C35926; }
a { background-color: rgb(195,89,38); }
div.DivClassName
{
background-color: #C35926;
}
.BgClassName
{
background-color: #C35926;
}
</style>
border-color css
<style>
span { border-color: #C35926; }
span { border-color: rgb(195,89,38); }
td.TdClassName
{
border-color: #C35926;
}
.TagClassName
{
border-color: #C35926;
}
</style>