Shades of Christine #C26024
Tints of Christine #C26024
RGB
CMYK
RGB Variations
Color information
#C26024 (or 0xC26024) is known color: Christine. HEX triplet: C2, 60 and 24. RGB value is (194,96,36). Sum of RGB (Red+Green+Blue) = 194+96+36=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C26024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26024 is #3D9FDB. Grayscale: #767676. Windows color (decimal): -4038620 or 2384066. OLE color: 2384066.
HSL color Cylindrical-coordinate representation of color #C26024: hue angle of 22.78º degrees, saturation: 0.69, 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 #C26024 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 36 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.24 |
| HSL | 22.78º | 0.69% | 0.45% | - |
| HSV(B) | 22.78º | 0.81% | 0.76% | - |
| XYZ | 26.75 | 19.96 | 4.11 | - |
| YUV | 118.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 36 | 0 | 0.51 | 0.81 | 0.24 | 22.78 | 0.69 | 0.45 |
| Hex | C2 | 60 | 24 | 0 | 33 | 51 | 18 | 17 | 45 | 2D |
| Octal | 302 | 140 | 44 | 0 | 63 | 121 | 30 | 27 | 105 | 55 |
| Binary | 11000010 | 1100000 | 100100 | 0 | 110011 | 1010001 | 11000 | 10111 | 1000101 | 101101 |
Color Harmonies of #C26024
Complementary color
Monochromatic Colors of #C26024
Black with #C26024
Text Example
Text Example
White with #C26024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26024; }
p { color: rgb(194,96,36); }
H1.HeaderClassName
{
color: #C26024;
}
.AnyTagClassName
{
color: #C26024;
}
</style>
background-color css
<style>
a { background-color: #C26024; }
a { background-color: rgb(194,96,36); }
div.DivClassName
{
background-color: #C26024;
}
.BgClassName
{
background-color: #C26024;
}
</style>
border-color css
<style>
span { border-color: #C26024; }
span { border-color: rgb(194,96,36); }
td.TdClassName
{
border-color: #C26024;
}
.TagClassName
{
border-color: #C26024;
}
</style>