Shades of Christine #C16534
Tints of Christine #C16534
RGB
CMYK
RGB Variations
Color information
#C16534 (or 0xC16534) is known color: Christine. HEX triplet: C1, 65 and 34. RGB value is (193,101,52). Sum of RGB (Red+Green+Blue) = 193+101+52=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C16534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16534 is #3E9ACB. Grayscale: #7B7B7B. Windows color (decimal): -4102860 or 3433921. OLE color: 3433921.
HSL color Cylindrical-coordinate representation of color #C16534: hue angle of 20.85º 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 #C16534 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 52 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.24 |
| HSL | 20.85º | 0.58% | 0.48% | - |
| HSV(B) | 20.85º | 0.73% | 0.76% | - |
| XYZ | 27.27 | 20.89 | 5.84 | - |
| YUV | 122.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 52 | 0 | 0.48 | 0.73 | 0.24 | 20.85 | 0.58 | 0.48 |
| Hex | C1 | 65 | 34 | 0 | 30 | 49 | 18 | 15 | 3A | 30 |
| Octal | 301 | 145 | 64 | 0 | 60 | 111 | 30 | 25 | 72 | 60 |
| Binary | 11000001 | 1100101 | 110100 | 0 | 110000 | 1001001 | 11000 | 10101 | 111010 | 110000 |
Color Harmonies of #C16534
Complementary color
Monochromatic Colors of #C16534
Black with #C16534
Text Example
Text Example
White with #C16534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16534; }
p { color: rgb(193,101,52); }
H1.HeaderClassName
{
color: #C16534;
}
.AnyTagClassName
{
color: #C16534;
}
</style>
background-color css
<style>
a { background-color: #C16534; }
a { background-color: rgb(193,101,52); }
div.DivClassName
{
background-color: #C16534;
}
.BgClassName
{
background-color: #C16534;
}
</style>
border-color css
<style>
span { border-color: #C16534; }
span { border-color: rgb(193,101,52); }
td.TdClassName
{
border-color: #C16534;
}
.TagClassName
{
border-color: #C16534;
}
</style>