Shades of Christine #C16635
Tints of Christine #C16635
RGB
CMYK
RGB Variations
Color information
#C16635 (or 0xC16635) is known color: Christine. HEX triplet: C1, 66 and 35. RGB value is (193,102,53). Sum of RGB (Red+Green+Blue) = 193+102+53=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16635 is #3E99CA. Grayscale: #7B7B7B. Windows color (decimal): -4102603 or 3499713. OLE color: 3499713.
HSL color Cylindrical-coordinate representation of color #C16635: hue angle of 21º degrees, saturation: 0.57, 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 #C16635 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 53 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.24 |
| HSL | 21º | 0.57% | 0.48% | - |
| HSV(B) | 21º | 0.73% | 0.76% | - |
| XYZ | 27.39 | 21.1 | 6 | - |
| YUV | 123.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 53 | 0 | 0.47 | 0.73 | 0.24 | 21 | 0.57 | 0.48 |
| Hex | C1 | 66 | 35 | 0 | 2F | 49 | 18 | 15 | 39 | 30 |
| Octal | 301 | 146 | 65 | 0 | 57 | 111 | 30 | 25 | 71 | 60 |
| Binary | 11000001 | 1100110 | 110101 | 0 | 101111 | 1001001 | 11000 | 10101 | 111001 | 110000 |
Color Harmonies of #C16635
Complementary color
Monochromatic Colors of #C16635
Black with #C16635
Text Example
Text Example
White with #C16635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16635; }
p { color: rgb(193,102,53); }
H1.HeaderClassName
{
color: #C16635;
}
.AnyTagClassName
{
color: #C16635;
}
</style>
background-color css
<style>
a { background-color: #C16635; }
a { background-color: rgb(193,102,53); }
div.DivClassName
{
background-color: #C16635;
}
.BgClassName
{
background-color: #C16635;
}
</style>
border-color css
<style>
span { border-color: #C16635; }
span { border-color: rgb(193,102,53); }
td.TdClassName
{
border-color: #C16635;
}
.TagClassName
{
border-color: #C16635;
}
</style>