Shades of Christine #C25D27
Tints of Christine #C25D27
RGB
CMYK
RGB Variations
Color information
#C25D27 (or 0xC25D27) is known color: Christine. HEX triplet: C2, 5D and 27. RGB value is (194,93,39). Sum of RGB (Red+Green+Blue) = 194+93+39=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D27 is #3DA2D8. Grayscale: #757575. Windows color (decimal): -4039385 or 2579906. OLE color: 2579906.
HSL color Cylindrical-coordinate representation of color #C25D27: hue angle of 20.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C25D27 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 39 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.24 |
| HSL | 20.9º | 0.67% | 0.46% | - |
| HSV(B) | 20.9º | 0.8% | 0.76% | - |
| XYZ | 26.53 | 19.44 | 4.27 | - |
| YUV | 117.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 39 | 0 | 0.52 | 0.80 | 0.24 | 20.9 | 0.67 | 0.46 |
| Hex | C2 | 5D | 27 | 0 | 34 | 50 | 18 | 15 | 43 | 2E |
| Octal | 302 | 135 | 47 | 0 | 64 | 120 | 30 | 25 | 103 | 56 |
| Binary | 11000010 | 1011101 | 100111 | 0 | 110100 | 1010000 | 11000 | 10101 | 1000011 | 101110 |
Color Harmonies of #C25D27
Complementary color
Monochromatic Colors of #C25D27
Black with #C25D27
Text Example
Text Example
White with #C25D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D27; }
p { color: rgb(194,93,39); }
H1.HeaderClassName
{
color: #C25D27;
}
.AnyTagClassName
{
color: #C25D27;
}
</style>
background-color css
<style>
a { background-color: #C25D27; }
a { background-color: rgb(194,93,39); }
div.DivClassName
{
background-color: #C25D27;
}
.BgClassName
{
background-color: #C25D27;
}
</style>
border-color css
<style>
span { border-color: #C25D27; }
span { border-color: rgb(194,93,39); }
td.TdClassName
{
border-color: #C25D27;
}
.TagClassName
{
border-color: #C25D27;
}
</style>