Shades of Christine #C16627
Tints of Christine #C16627
RGB
CMYK
RGB Variations
Color information
#C16627 (or 0xC16627) is known color: Christine. HEX triplet: C1, 66 and 27. RGB value is (193,102,39). Sum of RGB (Red+Green+Blue) = 193+102+39=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C16627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16627 is #3E99D8. Grayscale: #7A7A7A. Windows color (decimal): -4102617 or 2582209. OLE color: 2582209.
HSL color Cylindrical-coordinate representation of color #C16627: hue angle of 24.55º degrees, saturation: 0.66, 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 #C16627 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 39 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.24 |
| HSL | 24.55º | 0.66% | 0.45% | - |
| HSV(B) | 24.55º | 0.8% | 0.76% | - |
| XYZ | 27.11 | 20.99 | 4.54 | - |
| YUV | 122.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 39 | 0 | 0.47 | 0.80 | 0.24 | 24.55 | 0.66 | 0.45 |
| Hex | C1 | 66 | 27 | 0 | 2F | 50 | 18 | 19 | 42 | 2D |
| Octal | 301 | 146 | 47 | 0 | 57 | 120 | 30 | 31 | 102 | 55 |
| Binary | 11000001 | 1100110 | 100111 | 0 | 101111 | 1010000 | 11000 | 11001 | 1000010 | 101101 |
Color Harmonies of #C16627
Complementary color
Monochromatic Colors of #C16627
Black with #C16627
Text Example
Text Example
White with #C16627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16627; }
p { color: rgb(193,102,39); }
H1.HeaderClassName
{
color: #C16627;
}
.AnyTagClassName
{
color: #C16627;
}
</style>
background-color css
<style>
a { background-color: #C16627; }
a { background-color: rgb(193,102,39); }
div.DivClassName
{
background-color: #C16627;
}
.BgClassName
{
background-color: #C16627;
}
</style>
border-color css
<style>
span { border-color: #C16627; }
span { border-color: rgb(193,102,39); }
td.TdClassName
{
border-color: #C16627;
}
.TagClassName
{
border-color: #C16627;
}
</style>