Shades of Christine #C26423
Tints of Christine #C26423
RGB
CMYK
RGB Variations
Color information
#C26423 (or 0xC26423) is known color: Christine. HEX triplet: C2, 64 and 23. RGB value is (194,100,35). Sum of RGB (Red+Green+Blue) = 194+100+35=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26423 is #3D9BDC. Grayscale: #797979. Windows color (decimal): -4037597 or 2319554. OLE color: 2319554.
HSL color Cylindrical-coordinate representation of color #C26423: hue angle of 24.53º 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 #C26423 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 35 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.24 |
| HSL | 24.53º | 0.69% | 0.45% | - |
| HSV(B) | 24.53º | 0.82% | 0.76% | - |
| XYZ | 27.11 | 20.71 | 4.16 | - |
| YUV | 120.7 | 79.64 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 35 | 0 | 0.48 | 0.82 | 0.24 | 24.53 | 0.69 | 0.45 |
| Hex | C2 | 64 | 23 | 0 | 30 | 52 | 18 | 19 | 45 | 2D |
| Octal | 302 | 144 | 43 | 0 | 60 | 122 | 30 | 31 | 105 | 55 |
| Binary | 11000010 | 1100100 | 100011 | 0 | 110000 | 1010010 | 11000 | 11001 | 1000101 | 101101 |
Color Harmonies of #C26423
Complementary color
Monochromatic Colors of #C26423
Black with #C26423
Text Example
Text Example
White with #C26423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26423; }
p { color: rgb(194,100,35); }
H1.HeaderClassName
{
color: #C26423;
}
.AnyTagClassName
{
color: #C26423;
}
</style>
background-color css
<style>
a { background-color: #C26423; }
a { background-color: rgb(194,100,35); }
div.DivClassName
{
background-color: #C26423;
}
.BgClassName
{
background-color: #C26423;
}
</style>
border-color css
<style>
span { border-color: #C26423; }
span { border-color: rgb(194,100,35); }
td.TdClassName
{
border-color: #C26423;
}
.TagClassName
{
border-color: #C26423;
}
</style>