Shades of Christine #C2581B
Tints of Christine #C2581B
RGB
CMYK
RGB Variations
Color information
#C2581B (or 0xC2581B) is known color: Christine. HEX triplet: C2, 58 and 1B. RGB value is (194,88,27). Sum of RGB (Red+Green+Blue) = 194+88+27=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2581B is #3DA7E4. Grayscale: #717171. Windows color (decimal): -4040677 or 1792194. OLE color: 1792194.
HSL color Cylindrical-coordinate representation of color #C2581B: hue angle of 21.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2581B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.24 |
| HSL | 21.92º | 0.76% | 0.43% | - |
| HSV(B) | 21.92º | 0.86% | 0.76% | - |
| XYZ | 25.94 | 18.53 | 3.25 | - |
| YUV | 112.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 27 | 0 | 0.55 | 0.86 | 0.24 | 21.92 | 0.76 | 0.43 |
| Hex | C2 | 58 | 1B | 0 | 37 | 56 | 18 | 16 | 4C | 2B |
| Octal | 302 | 130 | 33 | 0 | 67 | 126 | 30 | 26 | 114 | 53 |
| Binary | 11000010 | 1011000 | 11011 | 0 | 110111 | 1010110 | 11000 | 10110 | 1001100 | 101011 |
Color Harmonies of #C2581B
Complementary color
Monochromatic Colors of #C2581B
Black with #C2581B
Text Example
Text Example
White with #C2581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2581B; }
p { color: rgb(194,88,27); }
H1.HeaderClassName
{
color: #C2581B;
}
.AnyTagClassName
{
color: #C2581B;
}
</style>
background-color css
<style>
a { background-color: #C2581B; }
a { background-color: rgb(194,88,27); }
div.DivClassName
{
background-color: #C2581B;
}
.BgClassName
{
background-color: #C2581B;
}
</style>
border-color css
<style>
span { border-color: #C2581B; }
span { border-color: rgb(194,88,27); }
td.TdClassName
{
border-color: #C2581B;
}
.TagClassName
{
border-color: #C2581B;
}
</style>