Shades of Christine #C26228
Tints of Christine #C26228
RGB
CMYK
RGB Variations
Color information
#C26228 (or 0xC26228) is known color: Christine. HEX triplet: C2, 62 and 28. RGB value is (194,98,40). Sum of RGB (Red+Green+Blue) = 194+98+40=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C26228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26228 is #3D9DD7. Grayscale: #787878. Windows color (decimal): -4038104 or 2646722. OLE color: 2646722.
HSL color Cylindrical-coordinate representation of color #C26228: hue angle of 22.6º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C26228 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 40 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.24 |
| HSL | 22.6º | 0.66% | 0.46% | - |
| HSV(B) | 22.6º | 0.79% | 0.76% | - |
| XYZ | 27 | 20.36 | 4.51 | - |
| YUV | 120.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 40 | 0 | 0.49 | 0.79 | 0.24 | 22.6 | 0.66 | 0.46 |
| Hex | C2 | 62 | 28 | 0 | 31 | 4F | 18 | 17 | 42 | 2E |
| Octal | 302 | 142 | 50 | 0 | 61 | 117 | 30 | 27 | 102 | 56 |
| Binary | 11000010 | 1100010 | 101000 | 0 | 110001 | 1001111 | 11000 | 10111 | 1000010 | 101110 |
Color Harmonies of #C26228
Complementary color
Monochromatic Colors of #C26228
Black with #C26228
Text Example
Text Example
White with #C26228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26228; }
p { color: rgb(194,98,40); }
H1.HeaderClassName
{
color: #C26228;
}
.AnyTagClassName
{
color: #C26228;
}
</style>
background-color css
<style>
a { background-color: #C26228; }
a { background-color: rgb(194,98,40); }
div.DivClassName
{
background-color: #C26228;
}
.BgClassName
{
background-color: #C26228;
}
</style>
border-color css
<style>
span { border-color: #C26228; }
span { border-color: rgb(194,98,40); }
td.TdClassName
{
border-color: #C26228;
}
.TagClassName
{
border-color: #C26228;
}
</style>