Shades of Christine #C25C25
Tints of Christine #C25C25
RGB
CMYK
RGB Variations
Color information
#C25C25 (or 0xC25C25) is known color: Christine. HEX triplet: C2, 5C and 25. RGB value is (194,92,37). Sum of RGB (Red+Green+Blue) = 194+92+37=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C25 is #3DA3DA. Grayscale: #747474. Windows color (decimal): -4039643 or 2448578. OLE color: 2448578.
HSL color Cylindrical-coordinate representation of color #C25C25: hue angle of 21.02º 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 #C25C25 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 37 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.24 |
| HSL | 21.02º | 0.68% | 0.45% | - |
| HSV(B) | 21.02º | 0.81% | 0.76% | - |
| XYZ | 26.41 | 19.26 | 4.08 | - |
| YUV | 116.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 37 | 0 | 0.53 | 0.81 | 0.24 | 21.02 | 0.68 | 0.45 |
| Hex | C2 | 5C | 25 | 0 | 35 | 51 | 18 | 15 | 44 | 2D |
| Octal | 302 | 134 | 45 | 0 | 65 | 121 | 30 | 25 | 104 | 55 |
| Binary | 11000010 | 1011100 | 100101 | 0 | 110101 | 1010001 | 11000 | 10101 | 1000100 | 101101 |
Color Harmonies of #C25C25
Complementary color
Monochromatic Colors of #C25C25
Black with #C25C25
Text Example
Text Example
White with #C25C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C25; }
p { color: rgb(194,92,37); }
H1.HeaderClassName
{
color: #C25C25;
}
.AnyTagClassName
{
color: #C25C25;
}
</style>
background-color css
<style>
a { background-color: #C25C25; }
a { background-color: rgb(194,92,37); }
div.DivClassName
{
background-color: #C25C25;
}
.BgClassName
{
background-color: #C25C25;
}
</style>
border-color css
<style>
span { border-color: #C25C25; }
span { border-color: rgb(194,92,37); }
td.TdClassName
{
border-color: #C25C25;
}
.TagClassName
{
border-color: #C25C25;
}
</style>