Shades of Christine #C2571B
Tints of Christine #C2571B
RGB
CMYK
RGB Variations
Color information
#C2571B (or 0xC2571B) is known color: Christine. HEX triplet: C2, 57 and 1B. RGB value is (194,87,27). Sum of RGB (Red+Green+Blue) = 194+87+27=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2571B is #3DA8E4. Grayscale: #707070. Windows color (decimal): -4040933 or 1791938. OLE color: 1791938.
HSL color Cylindrical-coordinate representation of color #C2571B: hue angle of 21.56º 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 #C2571B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.24 |
| HSL | 21.56º | 0.76% | 0.43% | - |
| HSV(B) | 21.56º | 0.86% | 0.76% | - |
| XYZ | 25.85 | 18.36 | 3.22 | - |
| YUV | 112.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 27 | 0 | 0.55 | 0.86 | 0.24 | 21.56 | 0.76 | 0.43 |
| Hex | C2 | 57 | 1B | 0 | 37 | 56 | 18 | 16 | 4C | 2B |
| Octal | 302 | 127 | 33 | 0 | 67 | 126 | 30 | 26 | 114 | 53 |
| Binary | 11000010 | 1010111 | 11011 | 0 | 110111 | 1010110 | 11000 | 10110 | 1001100 | 101011 |
Color Harmonies of #C2571B
Complementary color
Monochromatic Colors of #C2571B
Black with #C2571B
Text Example
Text Example
White with #C2571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2571B; }
p { color: rgb(194,87,27); }
H1.HeaderClassName
{
color: #C2571B;
}
.AnyTagClassName
{
color: #C2571B;
}
</style>
background-color css
<style>
a { background-color: #C2571B; }
a { background-color: rgb(194,87,27); }
div.DivClassName
{
background-color: #C2571B;
}
.BgClassName
{
background-color: #C2571B;
}
</style>
border-color css
<style>
span { border-color: #C2571B; }
span { border-color: rgb(194,87,27); }
td.TdClassName
{
border-color: #C2571B;
}
.TagClassName
{
border-color: #C2571B;
}
</style>