Shades of Christine #C26B32
Tints of Christine #C26B32
RGB
CMYK
RGB Variations
Color information
#C26B32 (or 0xC26B32) is known color: Christine. HEX triplet: C2, 6B and 32. RGB value is (194,107,50). Sum of RGB (Red+Green+Blue) = 194+107+50=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B32 is #3D94CD. Grayscale: #7E7E7E. Windows color (decimal): -4035790 or 3304386. OLE color: 3304386.
HSL color Cylindrical-coordinate representation of color #C26B32: hue angle of 23.75º degrees, saturation: 0.59, 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 #C26B32 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 50 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.24 |
| HSL | 23.75º | 0.59% | 0.48% | - |
| HSV(B) | 23.75º | 0.74% | 0.76% | - |
| XYZ | 28.08 | 22.22 | 5.83 | - |
| YUV | 126.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 50 | 0 | 0.45 | 0.74 | 0.24 | 23.75 | 0.59 | 0.48 |
| Hex | C2 | 6B | 32 | 0 | 2D | 4A | 18 | 18 | 3B | 30 |
| Octal | 302 | 153 | 62 | 0 | 55 | 112 | 30 | 30 | 73 | 60 |
| Binary | 11000010 | 1101011 | 110010 | 0 | 101101 | 1001010 | 11000 | 11000 | 111011 | 110000 |
Color Harmonies of #C26B32
Complementary color
Monochromatic Colors of #C26B32
Black with #C26B32
Text Example
Text Example
White with #C26B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B32; }
p { color: rgb(194,107,50); }
H1.HeaderClassName
{
color: #C26B32;
}
.AnyTagClassName
{
color: #C26B32;
}
</style>
background-color css
<style>
a { background-color: #C26B32; }
a { background-color: rgb(194,107,50); }
div.DivClassName
{
background-color: #C26B32;
}
.BgClassName
{
background-color: #C26B32;
}
</style>
border-color css
<style>
span { border-color: #C26B32; }
span { border-color: rgb(194,107,50); }
td.TdClassName
{
border-color: #C26B32;
}
.TagClassName
{
border-color: #C26B32;
}
</style>