Shades of Christine #C16B34
Tints of Christine #C16B34
RGB
CMYK
RGB Variations
Color information
#C16B34 (or 0xC16B34) is known color: Christine. HEX triplet: C1, 6B and 34. RGB value is (193,107,52). Sum of RGB (Red+Green+Blue) = 193+107+52=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B34 is #3E94CB. Grayscale: #7E7E7E. Windows color (decimal): -4101324 or 3435457. OLE color: 3435457.
HSL color Cylindrical-coordinate representation of color #C16B34: hue angle of 23.4º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C16B34 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 52 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.24 |
| HSL | 23.4º | 0.58% | 0.48% | - |
| HSV(B) | 23.4º | 0.73% | 0.76% | - |
| XYZ | 27.87 | 22.1 | 6.05 | - |
| YUV | 126.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 52 | 0 | 0.45 | 0.73 | 0.24 | 23.4 | 0.58 | 0.48 |
| Hex | C1 | 6B | 34 | 0 | 2D | 49 | 18 | 17 | 3A | 30 |
| Octal | 301 | 153 | 64 | 0 | 55 | 111 | 30 | 27 | 72 | 60 |
| Binary | 11000001 | 1101011 | 110100 | 0 | 101101 | 1001001 | 11000 | 10111 | 111010 | 110000 |
Color Harmonies of #C16B34
Complementary color
Monochromatic Colors of #C16B34
Black with #C16B34
Text Example
Text Example
White with #C16B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B34; }
p { color: rgb(193,107,52); }
H1.HeaderClassName
{
color: #C16B34;
}
.AnyTagClassName
{
color: #C16B34;
}
</style>
background-color css
<style>
a { background-color: #C16B34; }
a { background-color: rgb(193,107,52); }
div.DivClassName
{
background-color: #C16B34;
}
.BgClassName
{
background-color: #C16B34;
}
</style>
border-color css
<style>
span { border-color: #C16B34; }
span { border-color: rgb(193,107,52); }
td.TdClassName
{
border-color: #C16B34;
}
.TagClassName
{
border-color: #C16B34;
}
</style>