Shades of Christine #C25F23
Tints of Christine #C25F23
RGB
CMYK
RGB Variations
Color information
#C25F23 (or 0xC25F23) is known color: Christine. HEX triplet: C2, 5F and 23. RGB value is (194,95,35). Sum of RGB (Red+Green+Blue) = 194+95+35=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F23 is #3DA0DC. Grayscale: #767676. Windows color (decimal): -4038877 or 2318274. OLE color: 2318274.
HSL color Cylindrical-coordinate representation of color #C25F23: hue angle of 22.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C25F23 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 35 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.24 |
| HSL | 22.64º | 0.69% | 0.45% | - |
| HSV(B) | 22.64º | 0.82% | 0.76% | - |
| XYZ | 26.64 | 19.78 | 4 | - |
| YUV | 117.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 35 | 0 | 0.51 | 0.82 | 0.24 | 22.64 | 0.69 | 0.45 |
| Hex | C2 | 5F | 23 | 0 | 33 | 52 | 18 | 17 | 45 | 2D |
| Octal | 302 | 137 | 43 | 0 | 63 | 122 | 30 | 27 | 105 | 55 |
| Binary | 11000010 | 1011111 | 100011 | 0 | 110011 | 1010010 | 11000 | 10111 | 1000101 | 101101 |
Color Harmonies of #C25F23
Complementary color
Monochromatic Colors of #C25F23
Black with #C25F23
Text Example
Text Example
White with #C25F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F23; }
p { color: rgb(194,95,35); }
H1.HeaderClassName
{
color: #C25F23;
}
.AnyTagClassName
{
color: #C25F23;
}
</style>
background-color css
<style>
a { background-color: #C25F23; }
a { background-color: rgb(194,95,35); }
div.DivClassName
{
background-color: #C25F23;
}
.BgClassName
{
background-color: #C25F23;
}
</style>
border-color css
<style>
span { border-color: #C25F23; }
span { border-color: rgb(194,95,35); }
td.TdClassName
{
border-color: #C25F23;
}
.TagClassName
{
border-color: #C25F23;
}
</style>