Shades of Christine #C16C30
Tints of Christine #C16C30
RGB
CMYK
RGB Variations
Color information
#C16C30 (or 0xC16C30) is known color: Christine. HEX triplet: C1, 6C and 30. RGB value is (193,108,48). Sum of RGB (Red+Green+Blue) = 193+108+48=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C30 is #3E93CF. Grayscale: #7E7E7E. Windows color (decimal): -4101072 or 3173569. OLE color: 3173569.
HSL color Cylindrical-coordinate representation of color #C16C30: hue angle of 24.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C16C30 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 48 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.24 |
| HSL | 24.83º | 0.6% | 0.47% | - |
| HSV(B) | 24.83º | 0.75% | 0.76% | - |
| XYZ | 27.89 | 22.28 | 5.63 | - |
| YUV | 126.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 48 | 0 | 0.44 | 0.75 | 0.24 | 24.83 | 0.6 | 0.47 |
| Hex | C1 | 6C | 30 | 0 | 2C | 4B | 18 | 19 | 3C | 2F |
| Octal | 301 | 154 | 60 | 0 | 54 | 113 | 30 | 31 | 74 | 57 |
| Binary | 11000001 | 1101100 | 110000 | 0 | 101100 | 1001011 | 11000 | 11001 | 111100 | 101111 |
Color Harmonies of #C16C30
Complementary color
Monochromatic Colors of #C16C30
Black with #C16C30
Text Example
Text Example
White with #C16C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C30; }
p { color: rgb(193,108,48); }
H1.HeaderClassName
{
color: #C16C30;
}
.AnyTagClassName
{
color: #C16C30;
}
</style>
background-color css
<style>
a { background-color: #C16C30; }
a { background-color: rgb(193,108,48); }
div.DivClassName
{
background-color: #C16C30;
}
.BgClassName
{
background-color: #C16C30;
}
</style>
border-color css
<style>
span { border-color: #C16C30; }
span { border-color: rgb(193,108,48); }
td.TdClassName
{
border-color: #C16C30;
}
.TagClassName
{
border-color: #C16C30;
}
</style>