Shades of Christine #C16432
Tints of Christine #C16432
RGB
CMYK
RGB Variations
Color information
#C16432 (or 0xC16432) is known color: Christine. HEX triplet: C1, 64 and 32. RGB value is (193,100,50). Sum of RGB (Red+Green+Blue) = 193+100+50=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C16432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16432 is #3E9BCD. Grayscale: #7A7A7A. Windows color (decimal): -4103118 or 3302593. OLE color: 3302593.
HSL color Cylindrical-coordinate representation of color #C16432: hue angle of 20.98º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C16432 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 50 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.24 |
| HSL | 20.98º | 0.59% | 0.48% | - |
| HSV(B) | 20.98º | 0.74% | 0.76% | - |
| XYZ | 27.13 | 20.68 | 5.58 | - |
| YUV | 122.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 50 | 0 | 0.48 | 0.74 | 0.24 | 20.98 | 0.59 | 0.48 |
| Hex | C1 | 64 | 32 | 0 | 30 | 4A | 18 | 15 | 3B | 30 |
| Octal | 301 | 144 | 62 | 0 | 60 | 112 | 30 | 25 | 73 | 60 |
| Binary | 11000001 | 1100100 | 110010 | 0 | 110000 | 1001010 | 11000 | 10101 | 111011 | 110000 |
Color Harmonies of #C16432
Complementary color
Monochromatic Colors of #C16432
Black with #C16432
Text Example
Text Example
White with #C16432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16432; }
p { color: rgb(193,100,50); }
H1.HeaderClassName
{
color: #C16432;
}
.AnyTagClassName
{
color: #C16432;
}
</style>
background-color css
<style>
a { background-color: #C16432; }
a { background-color: rgb(193,100,50); }
div.DivClassName
{
background-color: #C16432;
}
.BgClassName
{
background-color: #C16432;
}
</style>
border-color css
<style>
span { border-color: #C16432; }
span { border-color: rgb(193,100,50); }
td.TdClassName
{
border-color: #C16432;
}
.TagClassName
{
border-color: #C16432;
}
</style>