Shades of Christine #C26A33
Tints of Christine #C26A33
RGB
CMYK
RGB Variations
Color information
#C26A33 (or 0xC26A33) is known color: Christine. HEX triplet: C2, 6A and 33. RGB value is (194,106,51). Sum of RGB (Red+Green+Blue) = 194+106+51=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A33 is #3D95CC. Grayscale: #7E7E7E. Windows color (decimal): -4036045 or 3369666. OLE color: 3369666.
HSL color Cylindrical-coordinate representation of color #C26A33: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C26A33 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 51 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.24 |
| HSL | 23.08º | 0.58% | 0.48% | - |
| HSV(B) | 23.08º | 0.74% | 0.76% | - |
| XYZ | 28 | 22.02 | 5.91 | - |
| YUV | 126.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 51 | 0 | 0.45 | 0.74 | 0.24 | 23.08 | 0.58 | 0.48 |
| Hex | C2 | 6A | 33 | 0 | 2D | 4A | 18 | 17 | 3A | 30 |
| Octal | 302 | 152 | 63 | 0 | 55 | 112 | 30 | 27 | 72 | 60 |
| Binary | 11000010 | 1101010 | 110011 | 0 | 101101 | 1001010 | 11000 | 10111 | 111010 | 110000 |
Color Harmonies of #C26A33
Complementary color
Monochromatic Colors of #C26A33
Black with #C26A33
Text Example
Text Example
White with #C26A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A33; }
p { color: rgb(194,106,51); }
H1.HeaderClassName
{
color: #C26A33;
}
.AnyTagClassName
{
color: #C26A33;
}
</style>
background-color css
<style>
a { background-color: #C26A33; }
a { background-color: rgb(194,106,51); }
div.DivClassName
{
background-color: #C26A33;
}
.BgClassName
{
background-color: #C26A33;
}
</style>
border-color css
<style>
span { border-color: #C26A33; }
span { border-color: rgb(194,106,51); }
td.TdClassName
{
border-color: #C26A33;
}
.TagClassName
{
border-color: #C26A33;
}
</style>