Shades of Christine #C1661F
Tints of Christine #C1661F
RGB
CMYK
RGB Variations
Color information
#C1661F (or 0xC1661F) is known color: Christine. HEX triplet: C1, 66 and 1F. RGB value is (193,102,31). Sum of RGB (Red+Green+Blue) = 193+102+31=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1661F is #3E99E0. Grayscale: #797979. Windows color (decimal): -4102625 or 2057921. OLE color: 2057921.
HSL color Cylindrical-coordinate representation of color #C1661F: hue angle of 26.3º 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 #C1661F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 31 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.24 |
| HSL | 26.3º | 0.72% | 0.44% | - |
| HSV(B) | 26.3º | 0.84% | 0.76% | - |
| XYZ | 26.99 | 20.94 | 3.92 | - |
| YUV | 121.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 31 | 0 | 0.47 | 0.84 | 0.24 | 26.3 | 0.72 | 0.44 |
| Hex | C1 | 66 | 1F | 0 | 2F | 54 | 18 | 1A | 48 | 2C |
| Octal | 301 | 146 | 37 | 0 | 57 | 124 | 30 | 32 | 110 | 54 |
| Binary | 11000001 | 1100110 | 11111 | 0 | 101111 | 1010100 | 11000 | 11010 | 1001000 | 101100 |
Color Harmonies of #C1661F
Complementary color
Monochromatic Colors of #C1661F
Black with #C1661F
Text Example
Text Example
White with #C1661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1661F; }
p { color: rgb(193,102,31); }
H1.HeaderClassName
{
color: #C1661F;
}
.AnyTagClassName
{
color: #C1661F;
}
</style>
background-color css
<style>
a { background-color: #C1661F; }
a { background-color: rgb(193,102,31); }
div.DivClassName
{
background-color: #C1661F;
}
.BgClassName
{
background-color: #C1661F;
}
</style>
border-color css
<style>
span { border-color: #C1661F; }
span { border-color: rgb(193,102,31); }
td.TdClassName
{
border-color: #C1661F;
}
.TagClassName
{
border-color: #C1661F;
}
</style>