Shades of Christine #C26830
Tints of Christine #C26830
RGB
CMYK
RGB Variations
Color information
#C26830 (or 0xC26830) is known color: Christine. HEX triplet: C2, 68 and 30. RGB value is (194,104,48). Sum of RGB (Red+Green+Blue) = 194+104+48=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C26830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26830 is #3D97CF. Grayscale: #7C7C7C. Windows color (decimal): -4036560 or 3172546. OLE color: 3172546.
HSL color Cylindrical-coordinate representation of color #C26830: hue angle of 23.01º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C26830 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 48 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.24 |
| HSL | 23.01º | 0.6% | 0.47% | - |
| HSV(B) | 23.01º | 0.75% | 0.76% | - |
| XYZ | 27.73 | 21.58 | 5.5 | - |
| YUV | 124.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 48 | 0 | 0.46 | 0.75 | 0.24 | 23.01 | 0.6 | 0.47 |
| Hex | C2 | 68 | 30 | 0 | 2E | 4B | 18 | 17 | 3C | 2F |
| Octal | 302 | 150 | 60 | 0 | 56 | 113 | 30 | 27 | 74 | 57 |
| Binary | 11000010 | 1101000 | 110000 | 0 | 101110 | 1001011 | 11000 | 10111 | 111100 | 101111 |
Color Harmonies of #C26830
Complementary color
Monochromatic Colors of #C26830
Black with #C26830
Text Example
Text Example
White with #C26830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26830; }
p { color: rgb(194,104,48); }
H1.HeaderClassName
{
color: #C26830;
}
.AnyTagClassName
{
color: #C26830;
}
</style>
background-color css
<style>
a { background-color: #C26830; }
a { background-color: rgb(194,104,48); }
div.DivClassName
{
background-color: #C26830;
}
.BgClassName
{
background-color: #C26830;
}
</style>
border-color css
<style>
span { border-color: #C26830; }
span { border-color: rgb(194,104,48); }
td.TdClassName
{
border-color: #C26830;
}
.TagClassName
{
border-color: #C26830;
}
</style>