Shades of Christine #C16434
Tints of Christine #C16434
RGB
CMYK
RGB Variations
Color information
#C16434 (or 0xC16434) is known color: Christine. HEX triplet: C1, 64 and 34. RGB value is (193,100,52). Sum of RGB (Red+Green+Blue) = 193+100+52=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C16434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16434 is #3E9BCB. Grayscale: #7A7A7A. Windows color (decimal): -4103116 or 3433665. OLE color: 3433665.
HSL color Cylindrical-coordinate representation of color #C16434: hue angle of 20.43º 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 #C16434 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 52 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.24 |
| HSL | 20.43º | 0.58% | 0.48% | - |
| HSV(B) | 20.43º | 0.73% | 0.76% | - |
| XYZ | 27.17 | 20.7 | 5.81 | - |
| YUV | 122.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 52 | 0 | 0.48 | 0.73 | 0.24 | 20.43 | 0.58 | 0.48 |
| Hex | C1 | 64 | 34 | 0 | 30 | 49 | 18 | 14 | 3A | 30 |
| Octal | 301 | 144 | 64 | 0 | 60 | 111 | 30 | 24 | 72 | 60 |
| Binary | 11000001 | 1100100 | 110100 | 0 | 110000 | 1001001 | 11000 | 10100 | 111010 | 110000 |
Color Harmonies of #C16434
Complementary color
Monochromatic Colors of #C16434
Black with #C16434
Text Example
Text Example
White with #C16434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16434; }
p { color: rgb(193,100,52); }
H1.HeaderClassName
{
color: #C16434;
}
.AnyTagClassName
{
color: #C16434;
}
</style>
background-color css
<style>
a { background-color: #C16434; }
a { background-color: rgb(193,100,52); }
div.DivClassName
{
background-color: #C16434;
}
.BgClassName
{
background-color: #C16434;
}
</style>
border-color css
<style>
span { border-color: #C16434; }
span { border-color: rgb(193,100,52); }
td.TdClassName
{
border-color: #C16434;
}
.TagClassName
{
border-color: #C16434;
}
</style>