Shades of Christine #C16529
Tints of Christine #C16529
RGB
CMYK
RGB Variations
Color information
#C16529 (or 0xC16529) is known color: Christine. HEX triplet: C1, 65 and 29. RGB value is (193,101,41). Sum of RGB (Red+Green+Blue) = 193+101+41=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C16529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16529 is #3E9AD6. Grayscale: #7A7A7A. Windows color (decimal): -4102871 or 2713025. OLE color: 2713025.
HSL color Cylindrical-coordinate representation of color #C16529: hue angle of 23.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C16529 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 41 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.68º | 0.65% | 0.46% | - |
| HSV(B) | 23.68º | 0.79% | 0.76% | - |
| XYZ | 27.05 | 20.8 | 4.69 | - |
| YUV | 121.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 41 | 0 | 0.48 | 0.79 | 0.24 | 23.68 | 0.65 | 0.46 |
| Hex | C1 | 65 | 29 | 0 | 30 | 4F | 18 | 18 | 41 | 2E |
| Octal | 301 | 145 | 51 | 0 | 60 | 117 | 30 | 30 | 101 | 56 |
| Binary | 11000001 | 1100101 | 101001 | 0 | 110000 | 1001111 | 11000 | 11000 | 1000001 | 101110 |
Color Harmonies of #C16529
Complementary color
Monochromatic Colors of #C16529
Black with #C16529
Text Example
Text Example
White with #C16529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16529; }
p { color: rgb(193,101,41); }
H1.HeaderClassName
{
color: #C16529;
}
.AnyTagClassName
{
color: #C16529;
}
</style>
background-color css
<style>
a { background-color: #C16529; }
a { background-color: rgb(193,101,41); }
div.DivClassName
{
background-color: #C16529;
}
.BgClassName
{
background-color: #C16529;
}
</style>
border-color css
<style>
span { border-color: #C16529; }
span { border-color: rgb(193,101,41); }
td.TdClassName
{
border-color: #C16529;
}
.TagClassName
{
border-color: #C16529;
}
</style>