Shades of Christine #C16C2D
Tints of Christine #C16C2D
RGB
CMYK
RGB Variations
Color information
#C16C2D (or 0xC16C2D) is known color: Christine. HEX triplet: C1, 6C and 2D. RGB value is (193,108,45). Sum of RGB (Red+Green+Blue) = 193+108+45=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C2D is #3E93D2. Grayscale: #7E7E7E. Windows color (decimal): -4101075 or 2976961. OLE color: 2976961.
HSL color Cylindrical-coordinate representation of color #C16C2D: hue angle of 25.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C16C2D is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 45 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.24 |
| HSL | 25.54º | 0.62% | 0.47% | - |
| HSV(B) | 25.54º | 0.77% | 0.76% | - |
| XYZ | 27.83 | 22.25 | 5.31 | - |
| YUV | 126.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 45 | 0 | 0.44 | 0.77 | 0.24 | 25.54 | 0.62 | 0.47 |
| Hex | C1 | 6C | 2D | 0 | 2C | 4D | 18 | 1A | 3E | 2F |
| Octal | 301 | 154 | 55 | 0 | 54 | 115 | 30 | 32 | 76 | 57 |
| Binary | 11000001 | 1101100 | 101101 | 0 | 101100 | 1001101 | 11000 | 11010 | 111110 | 101111 |
Color Harmonies of #C16C2D
Complementary color
Monochromatic Colors of #C16C2D
Black with #C16C2D
Text Example
Text Example
White with #C16C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C2D; }
p { color: rgb(193,108,45); }
H1.HeaderClassName
{
color: #C16C2D;
}
.AnyTagClassName
{
color: #C16C2D;
}
</style>
background-color css
<style>
a { background-color: #C16C2D; }
a { background-color: rgb(193,108,45); }
div.DivClassName
{
background-color: #C16C2D;
}
.BgClassName
{
background-color: #C16C2D;
}
</style>
border-color css
<style>
span { border-color: #C16C2D; }
span { border-color: rgb(193,108,45); }
td.TdClassName
{
border-color: #C16C2D;
}
.TagClassName
{
border-color: #C16C2D;
}
</style>