Shades of Christine #C1692C
Tints of Christine #C1692C
RGB
CMYK
RGB Variations
Color information
#C1692C (or 0xC1692C) is known color: Christine. HEX triplet: C1, 69 and 2C. RGB value is (193,105,44). Sum of RGB (Red+Green+Blue) = 193+105+44=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1692C is #3E96D3. Grayscale: #7C7C7C. Windows color (decimal): -4101844 or 2910657. OLE color: 2910657.
HSL color Cylindrical-coordinate representation of color #C1692C: hue angle of 24.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1692C is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 44 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.24 |
| HSL | 24.56º | 0.63% | 0.46% | - |
| HSV(B) | 24.56º | 0.77% | 0.76% | - |
| XYZ | 27.5 | 21.62 | 5.11 | - |
| YUV | 124.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 44 | 0 | 0.46 | 0.77 | 0.24 | 24.56 | 0.63 | 0.46 |
| Hex | C1 | 69 | 2C | 0 | 2E | 4D | 18 | 19 | 3F | 2E |
| Octal | 301 | 151 | 54 | 0 | 56 | 115 | 30 | 31 | 77 | 56 |
| Binary | 11000001 | 1101001 | 101100 | 0 | 101110 | 1001101 | 11000 | 11001 | 111111 | 101110 |
Color Harmonies of #C1692C
Complementary color
Monochromatic Colors of #C1692C
Black with #C1692C
Text Example
Text Example
White with #C1692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1692C; }
p { color: rgb(193,105,44); }
H1.HeaderClassName
{
color: #C1692C;
}
.AnyTagClassName
{
color: #C1692C;
}
</style>
background-color css
<style>
a { background-color: #C1692C; }
a { background-color: rgb(193,105,44); }
div.DivClassName
{
background-color: #C1692C;
}
.BgClassName
{
background-color: #C1692C;
}
</style>
border-color css
<style>
span { border-color: #C1692C; }
span { border-color: rgb(193,105,44); }
td.TdClassName
{
border-color: #C1692C;
}
.TagClassName
{
border-color: #C1692C;
}
</style>