Shades of Christine #C3581E
Tints of Christine #C3581E
RGB
CMYK
RGB Variations
Color information
#C3581E (or 0xC3581E) is known color: Christine. HEX triplet: C3, 58 and 1E. RGB value is (195,88,30). Sum of RGB (Red+Green+Blue) = 195+88+30=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3581E is #3CA7E1. Grayscale: #717171. Windows color (decimal): -3975138 or 1988803. OLE color: 1988803.
HSL color Cylindrical-coordinate representation of color #C3581E: hue angle of 21.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3581E is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 30 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.24 |
| HSL | 21.09º | 0.73% | 0.44% | - |
| HSV(B) | 21.09º | 0.85% | 0.76% | - |
| XYZ | 26.23 | 18.68 | 3.45 | - |
| YUV | 113.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 30 | 0 | 0.55 | 0.85 | 0.24 | 21.09 | 0.73 | 0.44 |
| Hex | C3 | 58 | 1E | 0 | 37 | 55 | 18 | 15 | 49 | 2C |
| Octal | 303 | 130 | 36 | 0 | 67 | 125 | 30 | 25 | 111 | 54 |
| Binary | 11000011 | 1011000 | 11110 | 0 | 110111 | 1010101 | 11000 | 10101 | 1001001 | 101100 |
Color Harmonies of #C3581E
Complementary color
Monochromatic Colors of #C3581E
Black with #C3581E
Text Example
Text Example
White with #C3581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3581E; }
p { color: rgb(195,88,30); }
H1.HeaderClassName
{
color: #C3581E;
}
.AnyTagClassName
{
color: #C3581E;
}
</style>
background-color css
<style>
a { background-color: #C3581E; }
a { background-color: rgb(195,88,30); }
div.DivClassName
{
background-color: #C3581E;
}
.BgClassName
{
background-color: #C3581E;
}
</style>
border-color css
<style>
span { border-color: #C3581E; }
span { border-color: rgb(195,88,30); }
td.TdClassName
{
border-color: #C3581E;
}
.TagClassName
{
border-color: #C3581E;
}
</style>