Shades of Christine #C16930
Tints of Christine #C16930
RGB
CMYK
RGB Variations
Color information
#C16930 (or 0xC16930) is known color: Christine. HEX triplet: C1, 69 and 30. RGB value is (193,105,48). Sum of RGB (Red+Green+Blue) = 193+105+48=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C16930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16930 is #3E96CF. Grayscale: #7D7D7D. Windows color (decimal): -4101840 or 3172801. OLE color: 3172801.
HSL color Cylindrical-coordinate representation of color #C16930: hue angle of 23.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C16930 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 48 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.24 |
| HSL | 23.59º | 0.6% | 0.47% | - |
| HSV(B) | 23.59º | 0.75% | 0.76% | - |
| XYZ | 27.58 | 21.65 | 5.52 | - |
| YUV | 124.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 48 | 0 | 0.46 | 0.75 | 0.24 | 23.59 | 0.6 | 0.47 |
| Hex | C1 | 69 | 30 | 0 | 2E | 4B | 18 | 18 | 3C | 2F |
| Octal | 301 | 151 | 60 | 0 | 56 | 113 | 30 | 30 | 74 | 57 |
| Binary | 11000001 | 1101001 | 110000 | 0 | 101110 | 1001011 | 11000 | 11000 | 111100 | 101111 |
Color Harmonies of #C16930
Complementary color
Monochromatic Colors of #C16930
Black with #C16930
Text Example
Text Example
White with #C16930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16930; }
p { color: rgb(193,105,48); }
H1.HeaderClassName
{
color: #C16930;
}
.AnyTagClassName
{
color: #C16930;
}
</style>
background-color css
<style>
a { background-color: #C16930; }
a { background-color: rgb(193,105,48); }
div.DivClassName
{
background-color: #C16930;
}
.BgClassName
{
background-color: #C16930;
}
</style>
border-color css
<style>
span { border-color: #C16930; }
span { border-color: rgb(193,105,48); }
td.TdClassName
{
border-color: #C16930;
}
.TagClassName
{
border-color: #C16930;
}
</style>