Shades of Christine #C26320
Tints of Christine #C26320
RGB
CMYK
RGB Variations
Color information
#C26320 (or 0xC26320) is known color: Christine. HEX triplet: C2, 63 and 20. RGB value is (194,99,32). Sum of RGB (Red+Green+Blue) = 194+99+32=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C26320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26320 is #3D9CDF. Grayscale: #787878. Windows color (decimal): -4037856 or 2122690. OLE color: 2122690.
HSL color Cylindrical-coordinate representation of color #C26320: hue angle of 24.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C26320 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 32 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.24 |
| HSL | 24.81º | 0.72% | 0.44% | - |
| HSV(B) | 24.81º | 0.84% | 0.76% | - |
| XYZ | 26.97 | 20.5 | 3.9 | - |
| YUV | 119.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 32 | 0 | 0.49 | 0.84 | 0.24 | 24.81 | 0.72 | 0.44 |
| Hex | C2 | 63 | 20 | 0 | 31 | 54 | 18 | 19 | 48 | 2C |
| Octal | 302 | 143 | 40 | 0 | 61 | 124 | 30 | 31 | 110 | 54 |
| Binary | 11000010 | 1100011 | 100000 | 0 | 110001 | 1010100 | 11000 | 11001 | 1001000 | 101100 |
Color Harmonies of #C26320
Complementary color
Monochromatic Colors of #C26320
Black with #C26320
Text Example
Text Example
White with #C26320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26320; }
p { color: rgb(194,99,32); }
H1.HeaderClassName
{
color: #C26320;
}
.AnyTagClassName
{
color: #C26320;
}
</style>
background-color css
<style>
a { background-color: #C26320; }
a { background-color: rgb(194,99,32); }
div.DivClassName
{
background-color: #C26320;
}
.BgClassName
{
background-color: #C26320;
}
</style>
border-color css
<style>
span { border-color: #C26320; }
span { border-color: rgb(194,99,32); }
td.TdClassName
{
border-color: #C26320;
}
.TagClassName
{
border-color: #C26320;
}
</style>