Shades of Christine #C16327
Tints of Christine #C16327
RGB
CMYK
RGB Variations
Color information
#C16327 (or 0xC16327) is known color: Christine. HEX triplet: C1, 63 and 27. RGB value is (193,99,39). Sum of RGB (Red+Green+Blue) = 193+99+39=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16327 is #3E9CD8. Grayscale: #787878. Windows color (decimal): -4103385 or 2581441. OLE color: 2581441.
HSL color Cylindrical-coordinate representation of color #C16327: hue angle of 23.38º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16327 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 39 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.24 |
| HSL | 23.38º | 0.66% | 0.45% | - |
| HSV(B) | 23.38º | 0.8% | 0.76% | - |
| XYZ | 26.82 | 20.41 | 4.44 | - |
| YUV | 120.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 39 | 0 | 0.49 | 0.80 | 0.24 | 23.38 | 0.66 | 0.45 |
| Hex | C1 | 63 | 27 | 0 | 31 | 50 | 18 | 17 | 42 | 2D |
| Octal | 301 | 143 | 47 | 0 | 61 | 120 | 30 | 27 | 102 | 55 |
| Binary | 11000001 | 1100011 | 100111 | 0 | 110001 | 1010000 | 11000 | 10111 | 1000010 | 101101 |
Color Harmonies of #C16327
Complementary color
Monochromatic Colors of #C16327
Black with #C16327
Text Example
Text Example
White with #C16327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16327; }
p { color: rgb(193,99,39); }
H1.HeaderClassName
{
color: #C16327;
}
.AnyTagClassName
{
color: #C16327;
}
</style>
background-color css
<style>
a { background-color: #C16327; }
a { background-color: rgb(193,99,39); }
div.DivClassName
{
background-color: #C16327;
}
.BgClassName
{
background-color: #C16327;
}
</style>
border-color css
<style>
span { border-color: #C16327; }
span { border-color: rgb(193,99,39); }
td.TdClassName
{
border-color: #C16327;
}
.TagClassName
{
border-color: #C16327;
}
</style>