Shades of Christine #C25A25
Tints of Christine #C25A25
RGB
CMYK
RGB Variations
Color information
#C25A25 (or 0xC25A25) is known color: Christine. HEX triplet: C2, 5A and 25. RGB value is (194,90,37). Sum of RGB (Red+Green+Blue) = 194+90+37=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A25 is #3DA5DA. Grayscale: #737373. Windows color (decimal): -4040155 or 2448066. OLE color: 2448066.
HSL color Cylindrical-coordinate representation of color #C25A25: hue angle of 20.25º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C25A25 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 37 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.24 |
| HSL | 20.25º | 0.68% | 0.45% | - |
| HSV(B) | 20.25º | 0.81% | 0.76% | - |
| XYZ | 26.24 | 18.92 | 4.02 | - |
| YUV | 115.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 37 | 0 | 0.54 | 0.81 | 0.24 | 20.25 | 0.68 | 0.45 |
| Hex | C2 | 5A | 25 | 0 | 36 | 51 | 18 | 14 | 44 | 2D |
| Octal | 302 | 132 | 45 | 0 | 66 | 121 | 30 | 24 | 104 | 55 |
| Binary | 11000010 | 1011010 | 100101 | 0 | 110110 | 1010001 | 11000 | 10100 | 1000100 | 101101 |
Color Harmonies of #C25A25
Complementary color
Monochromatic Colors of #C25A25
Black with #C25A25
Text Example
Text Example
White with #C25A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A25; }
p { color: rgb(194,90,37); }
H1.HeaderClassName
{
color: #C25A25;
}
.AnyTagClassName
{
color: #C25A25;
}
</style>
background-color css
<style>
a { background-color: #C25A25; }
a { background-color: rgb(194,90,37); }
div.DivClassName
{
background-color: #C25A25;
}
.BgClassName
{
background-color: #C25A25;
}
</style>
border-color css
<style>
span { border-color: #C25A25; }
span { border-color: rgb(194,90,37); }
td.TdClassName
{
border-color: #C25A25;
}
.TagClassName
{
border-color: #C25A25;
}
</style>