Shades of Christine #C2602C
Tints of Christine #C2602C
RGB
CMYK
RGB Variations
Color information
#C2602C (or 0xC2602C) is known color: Christine. HEX triplet: C2, 60 and 2C. RGB value is (194,96,44). Sum of RGB (Red+Green+Blue) = 194+96+44=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2602C is #3D9FD3. Grayscale: #777777. Windows color (decimal): -4038612 or 2908354. OLE color: 2908354.
HSL color Cylindrical-coordinate representation of color #C2602C: hue angle of 20.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2602C is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 44 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.24 |
| HSL | 20.8º | 0.63% | 0.47% | - |
| HSV(B) | 20.8º | 0.77% | 0.76% | - |
| XYZ | 26.89 | 20.02 | 4.83 | - |
| YUV | 119.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 44 | 0 | 0.51 | 0.77 | 0.24 | 20.8 | 0.63 | 0.47 |
| Hex | C2 | 60 | 2C | 0 | 33 | 4D | 18 | 15 | 3F | 2F |
| Octal | 302 | 140 | 54 | 0 | 63 | 115 | 30 | 25 | 77 | 57 |
| Binary | 11000010 | 1100000 | 101100 | 0 | 110011 | 1001101 | 11000 | 10101 | 111111 | 101111 |
Color Harmonies of #C2602C
Complementary color
Monochromatic Colors of #C2602C
Black with #C2602C
Text Example
Text Example
White with #C2602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2602C; }
p { color: rgb(194,96,44); }
H1.HeaderClassName
{
color: #C2602C;
}
.AnyTagClassName
{
color: #C2602C;
}
</style>
background-color css
<style>
a { background-color: #C2602C; }
a { background-color: rgb(194,96,44); }
div.DivClassName
{
background-color: #C2602C;
}
.BgClassName
{
background-color: #C2602C;
}
</style>
border-color css
<style>
span { border-color: #C2602C; }
span { border-color: rgb(194,96,44); }
td.TdClassName
{
border-color: #C2602C;
}
.TagClassName
{
border-color: #C2602C;
}
</style>