Shades of Christine #C66F2D
Tints of Christine #C66F2D
RGB
CMYK
RGB Variations
Color information
#C66F2D (or 0xC66F2D) is known color: Christine. HEX triplet: C6, 6F and 2D. RGB value is (198,111,45). Sum of RGB (Red+Green+Blue) = 198+111+45=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F2D is #3990D2. Grayscale: #818181. Windows color (decimal): -3772627 or 2977734. OLE color: 2977734.
HSL color Cylindrical-coordinate representation of color #C66F2D: hue angle of 25.88º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C66F2D is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 45 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.22 |
| HSL | 25.88º | 0.63% | 0.48% | - |
| HSV(B) | 25.88º | 0.77% | 0.78% | - |
| XYZ | 29.45 | 23.56 | 5.48 | - |
| YUV | 129.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 45 | 0 | 0.44 | 0.77 | 0.22 | 25.88 | 0.63 | 0.48 |
| Hex | C6 | 6F | 2D | 0 | 2C | 4D | 16 | 1A | 3F | 30 |
| Octal | 306 | 157 | 55 | 0 | 54 | 115 | 26 | 32 | 77 | 60 |
| Binary | 11000110 | 1101111 | 101101 | 0 | 101100 | 1001101 | 10110 | 11010 | 111111 | 110000 |
Color Harmonies of #C66F2D
Complementary color
Monochromatic Colors of #C66F2D
Black with #C66F2D
Text Example
Text Example
White with #C66F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F2D; }
p { color: rgb(198,111,45); }
H1.HeaderClassName
{
color: #C66F2D;
}
.AnyTagClassName
{
color: #C66F2D;
}
</style>
background-color css
<style>
a { background-color: #C66F2D; }
a { background-color: rgb(198,111,45); }
div.DivClassName
{
background-color: #C66F2D;
}
.BgClassName
{
background-color: #C66F2D;
}
</style>
border-color css
<style>
span { border-color: #C66F2D; }
span { border-color: rgb(198,111,45); }
td.TdClassName
{
border-color: #C66F2D;
}
.TagClassName
{
border-color: #C66F2D;
}
</style>