Shades of Christine #C26225
Tints of Christine #C26225
RGB
CMYK
RGB Variations
Color information
#C26225 (or 0xC26225) is known color: Christine. HEX triplet: C2, 62 and 25. RGB value is (194,98,37). Sum of RGB (Red+Green+Blue) = 194+98+37=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26225 is #3D9DDA. Grayscale: #787878. Windows color (decimal): -4038107 or 2450114. OLE color: 2450114.
HSL color Cylindrical-coordinate representation of color #C26225: hue angle of 23.31º 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 #C26225 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 37 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.24 |
| HSL | 23.31º | 0.68% | 0.45% | - |
| HSV(B) | 23.31º | 0.81% | 0.76% | - |
| XYZ | 26.95 | 20.34 | 4.26 | - |
| YUV | 119.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 37 | 0 | 0.49 | 0.81 | 0.24 | 23.31 | 0.68 | 0.45 |
| Hex | C2 | 62 | 25 | 0 | 31 | 51 | 18 | 17 | 44 | 2D |
| Octal | 302 | 142 | 45 | 0 | 61 | 121 | 30 | 27 | 104 | 55 |
| Binary | 11000010 | 1100010 | 100101 | 0 | 110001 | 1010001 | 11000 | 10111 | 1000100 | 101101 |
Color Harmonies of #C26225
Complementary color
Monochromatic Colors of #C26225
Black with #C26225
Text Example
Text Example
White with #C26225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26225; }
p { color: rgb(194,98,37); }
H1.HeaderClassName
{
color: #C26225;
}
.AnyTagClassName
{
color: #C26225;
}
</style>
background-color css
<style>
a { background-color: #C26225; }
a { background-color: rgb(194,98,37); }
div.DivClassName
{
background-color: #C26225;
}
.BgClassName
{
background-color: #C26225;
}
</style>
border-color css
<style>
span { border-color: #C26225; }
span { border-color: rgb(194,98,37); }
td.TdClassName
{
border-color: #C26225;
}
.TagClassName
{
border-color: #C26225;
}
</style>