Shades of Christine #C16430
Tints of Christine #C16430
RGB
CMYK
RGB Variations
Color information
#C16430 (or 0xC16430) is known color: Christine. HEX triplet: C1, 64 and 30. RGB value is (193,100,48). Sum of RGB (Red+Green+Blue) = 193+100+48=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C16430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16430 is #3E9BCF. Grayscale: #7A7A7A. Windows color (decimal): -4103120 or 3171521. OLE color: 3171521.
HSL color Cylindrical-coordinate representation of color #C16430: hue angle of 21.52º 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 #C16430 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 48 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.24 |
| HSL | 21.52º | 0.6% | 0.47% | - |
| HSV(B) | 21.52º | 0.75% | 0.76% | - |
| XYZ | 27.08 | 20.67 | 5.36 | - |
| YUV | 121.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 48 | 0 | 0.48 | 0.75 | 0.24 | 21.52 | 0.6 | 0.47 |
| Hex | C1 | 64 | 30 | 0 | 30 | 4B | 18 | 16 | 3C | 2F |
| Octal | 301 | 144 | 60 | 0 | 60 | 113 | 30 | 26 | 74 | 57 |
| Binary | 11000001 | 1100100 | 110000 | 0 | 110000 | 1001011 | 11000 | 10110 | 111100 | 101111 |
Color Harmonies of #C16430
Complementary color
Monochromatic Colors of #C16430
Black with #C16430
Text Example
Text Example
White with #C16430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16430; }
p { color: rgb(193,100,48); }
H1.HeaderClassName
{
color: #C16430;
}
.AnyTagClassName
{
color: #C16430;
}
</style>
background-color css
<style>
a { background-color: #C16430; }
a { background-color: rgb(193,100,48); }
div.DivClassName
{
background-color: #C16430;
}
.BgClassName
{
background-color: #C16430;
}
</style>
border-color css
<style>
span { border-color: #C16430; }
span { border-color: rgb(193,100,48); }
td.TdClassName
{
border-color: #C16430;
}
.TagClassName
{
border-color: #C16430;
}
</style>