Shades of Christine #C1691F
Tints of Christine #C1691F
RGB
CMYK
RGB Variations
Color information
#C1691F (or 0xC1691F) is known color: Christine. HEX triplet: C1, 69 and 1F. RGB value is (193,105,31). Sum of RGB (Red+Green+Blue) = 193+105+31=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C1691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1691F is #3E96E0. Grayscale: #7B7B7B. Windows color (decimal): -4101857 or 2058689. OLE color: 2058689.
HSL color Cylindrical-coordinate representation of color #C1691F: hue angle of 27.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1691F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 31 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.24 |
| HSL | 27.41º | 0.72% | 0.44% | - |
| HSV(B) | 27.41º | 0.84% | 0.76% | - |
| XYZ | 27.29 | 21.54 | 4.02 | - |
| YUV | 122.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 31 | 0 | 0.46 | 0.84 | 0.24 | 27.41 | 0.72 | 0.44 |
| Hex | C1 | 69 | 1F | 0 | 2E | 54 | 18 | 1B | 48 | 2C |
| Octal | 301 | 151 | 37 | 0 | 56 | 124 | 30 | 33 | 110 | 54 |
| Binary | 11000001 | 1101001 | 11111 | 0 | 101110 | 1010100 | 11000 | 11011 | 1001000 | 101100 |
Color Harmonies of #C1691F
Complementary color
Monochromatic Colors of #C1691F
Black with #C1691F
Text Example
Text Example
White with #C1691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1691F; }
p { color: rgb(193,105,31); }
H1.HeaderClassName
{
color: #C1691F;
}
.AnyTagClassName
{
color: #C1691F;
}
</style>
background-color css
<style>
a { background-color: #C1691F; }
a { background-color: rgb(193,105,31); }
div.DivClassName
{
background-color: #C1691F;
}
.BgClassName
{
background-color: #C1691F;
}
</style>
border-color css
<style>
span { border-color: #C1691F; }
span { border-color: rgb(193,105,31); }
td.TdClassName
{
border-color: #C1691F;
}
.TagClassName
{
border-color: #C1691F;
}
</style>