Shades of Christine #C16726
Tints of Christine #C16726
RGB
CMYK
RGB Variations
Color information
#C16726 (or 0xC16726) is known color: Christine. HEX triplet: C1, 67 and 26. RGB value is (193,103,38). Sum of RGB (Red+Green+Blue) = 193+103+38=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C16726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16726 is #3E98D9. Grayscale: #7A7A7A. Windows color (decimal): -4102362 or 2516929. OLE color: 2516929.
HSL color Cylindrical-coordinate representation of color #C16726: hue angle of 25.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16726 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 38 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.24 |
| HSL | 25.16º | 0.67% | 0.45% | - |
| HSV(B) | 25.16º | 0.8% | 0.76% | - |
| XYZ | 27.19 | 21.18 | 4.49 | - |
| YUV | 122.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 38 | 0 | 0.47 | 0.80 | 0.24 | 25.16 | 0.67 | 0.45 |
| Hex | C1 | 67 | 26 | 0 | 2F | 50 | 18 | 19 | 43 | 2D |
| Octal | 301 | 147 | 46 | 0 | 57 | 120 | 30 | 31 | 103 | 55 |
| Binary | 11000001 | 1100111 | 100110 | 0 | 101111 | 1010000 | 11000 | 11001 | 1000011 | 101101 |
Color Harmonies of #C16726
Complementary color
Monochromatic Colors of #C16726
Black with #C16726
Text Example
Text Example
White with #C16726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16726; }
p { color: rgb(193,103,38); }
H1.HeaderClassName
{
color: #C16726;
}
.AnyTagClassName
{
color: #C16726;
}
</style>
background-color css
<style>
a { background-color: #C16726; }
a { background-color: rgb(193,103,38); }
div.DivClassName
{
background-color: #C16726;
}
.BgClassName
{
background-color: #C16726;
}
</style>
border-color css
<style>
span { border-color: #C16726; }
span { border-color: rgb(193,103,38); }
td.TdClassName
{
border-color: #C16726;
}
.TagClassName
{
border-color: #C16726;
}
</style>