Shades of Christine #C25623
Tints of Christine #C25623
RGB
CMYK
RGB Variations
Color information
#C25623 (or 0xC25623) is known color: Christine. HEX triplet: C2, 56 and 23. RGB value is (194,86,35). Sum of RGB (Red+Green+Blue) = 194+86+35=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C25623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25623 is #3DA9DC. Grayscale: #707070. Windows color (decimal): -4041181 or 2315970. OLE color: 2315970.
HSL color Cylindrical-coordinate representation of color #C25623: hue angle of 19.25º 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 #C25623 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 35 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.24 |
| HSL | 19.25º | 0.69% | 0.45% | - |
| HSV(B) | 19.25º | 0.82% | 0.76% | - |
| XYZ | 25.88 | 18.25 | 3.75 | - |
| YUV | 112.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 35 | 0 | 0.56 | 0.82 | 0.24 | 19.25 | 0.69 | 0.45 |
| Hex | C2 | 56 | 23 | 0 | 38 | 52 | 18 | 13 | 45 | 2D |
| Octal | 302 | 126 | 43 | 0 | 70 | 122 | 30 | 23 | 105 | 55 |
| Binary | 11000010 | 1010110 | 100011 | 0 | 111000 | 1010010 | 11000 | 10011 | 1000101 | 101101 |
Color Harmonies of #C25623
Complementary color
Monochromatic Colors of #C25623
Black with #C25623
Text Example
Text Example
White with #C25623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25623; }
p { color: rgb(194,86,35); }
H1.HeaderClassName
{
color: #C25623;
}
.AnyTagClassName
{
color: #C25623;
}
</style>
background-color css
<style>
a { background-color: #C25623; }
a { background-color: rgb(194,86,35); }
div.DivClassName
{
background-color: #C25623;
}
.BgClassName
{
background-color: #C25623;
}
</style>
border-color css
<style>
span { border-color: #C25623; }
span { border-color: rgb(194,86,35); }
td.TdClassName
{
border-color: #C25623;
}
.TagClassName
{
border-color: #C25623;
}
</style>