Shades of Christine #C26C27
Tints of Christine #C26C27
RGB
CMYK
RGB Variations
Color information
#C26C27 (or 0xC26C27) is known color: Christine. HEX triplet: C2, 6C and 27. RGB value is (194,108,39). Sum of RGB (Red+Green+Blue) = 194+108+39=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C27 is #3D93D8. Grayscale: #7E7E7E. Windows color (decimal): -4035545 or 2583746. OLE color: 2583746.
HSL color Cylindrical-coordinate representation of color #C26C27: hue angle of 26.71º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C26C27 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 39 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.24 |
| HSL | 26.71º | 0.67% | 0.46% | - |
| HSV(B) | 26.71º | 0.8% | 0.76% | - |
| XYZ | 27.98 | 22.34 | 4.76 | - |
| YUV | 125.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 39 | 0 | 0.44 | 0.80 | 0.24 | 26.71 | 0.67 | 0.46 |
| Hex | C2 | 6C | 27 | 0 | 2C | 50 | 18 | 1B | 43 | 2E |
| Octal | 302 | 154 | 47 | 0 | 54 | 120 | 30 | 33 | 103 | 56 |
| Binary | 11000010 | 1101100 | 100111 | 0 | 101100 | 1010000 | 11000 | 11011 | 1000011 | 101110 |
Color Harmonies of #C26C27
Complementary color
Monochromatic Colors of #C26C27
Black with #C26C27
Text Example
Text Example
White with #C26C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C27; }
p { color: rgb(194,108,39); }
H1.HeaderClassName
{
color: #C26C27;
}
.AnyTagClassName
{
color: #C26C27;
}
</style>
background-color css
<style>
a { background-color: #C26C27; }
a { background-color: rgb(194,108,39); }
div.DivClassName
{
background-color: #C26C27;
}
.BgClassName
{
background-color: #C26C27;
}
</style>
border-color css
<style>
span { border-color: #C26C27; }
span { border-color: rgb(194,108,39); }
td.TdClassName
{
border-color: #C26C27;
}
.TagClassName
{
border-color: #C26C27;
}
</style>