Shades of Christine #C2601E
Tints of Christine #C2601E
RGB
CMYK
RGB Variations
Color information
#C2601E (or 0xC2601E) is known color: Christine. HEX triplet: C2, 60 and 1E. RGB value is (194,96,30). Sum of RGB (Red+Green+Blue) = 194+96+30=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2601E is #3D9FE1. Grayscale: #767676. Windows color (decimal): -4038626 or 1990850. OLE color: 1990850.
HSL color Cylindrical-coordinate representation of color #C2601E: hue angle of 24.15º 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 #C2601E is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 30 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.24 |
| HSL | 24.15º | 0.73% | 0.44% | - |
| HSV(B) | 24.15º | 0.85% | 0.76% | - |
| XYZ | 26.67 | 19.93 | 3.67 | - |
| YUV | 117.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 30 | 0 | 0.51 | 0.85 | 0.24 | 24.15 | 0.73 | 0.44 |
| Hex | C2 | 60 | 1E | 0 | 33 | 55 | 18 | 18 | 49 | 2C |
| Octal | 302 | 140 | 36 | 0 | 63 | 125 | 30 | 30 | 111 | 54 |
| Binary | 11000010 | 1100000 | 11110 | 0 | 110011 | 1010101 | 11000 | 11000 | 1001001 | 101100 |
Color Harmonies of #C2601E
Complementary color
Monochromatic Colors of #C2601E
Black with #C2601E
Text Example
Text Example
White with #C2601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2601E; }
p { color: rgb(194,96,30); }
H1.HeaderClassName
{
color: #C2601E;
}
.AnyTagClassName
{
color: #C2601E;
}
</style>
background-color css
<style>
a { background-color: #C2601E; }
a { background-color: rgb(194,96,30); }
div.DivClassName
{
background-color: #C2601E;
}
.BgClassName
{
background-color: #C2601E;
}
</style>
border-color css
<style>
span { border-color: #C2601E; }
span { border-color: rgb(194,96,30); }
td.TdClassName
{
border-color: #C2601E;
}
.TagClassName
{
border-color: #C2601E;
}
</style>