Shades of Christine #C66D2B
Tints of Christine #C66D2B
RGB
CMYK
RGB Variations
Color information
#C66D2B (or 0xC66D2B) is known color: Christine. HEX triplet: C6, 6D and 2B. RGB value is (198,109,43). Sum of RGB (Red+Green+Blue) = 198+109+43=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D2B is #3992D4. Grayscale: #808080. Windows color (decimal): -3773141 or 2846150. OLE color: 2846150.
HSL color Cylindrical-coordinate representation of color #C66D2B: hue angle of 25.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C66D2B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 43 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.22 |
| HSL | 25.55º | 0.64% | 0.47% | - |
| HSV(B) | 25.55º | 0.78% | 0.78% | - |
| XYZ | 29.19 | 23.12 | 5.21 | - |
| YUV | 128.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 43 | 0 | 0.45 | 0.78 | 0.22 | 25.55 | 0.64 | 0.47 |
| Hex | C6 | 6D | 2B | 0 | 2D | 4E | 16 | 1A | 40 | 2F |
| Octal | 306 | 155 | 53 | 0 | 55 | 116 | 26 | 32 | 100 | 57 |
| Binary | 11000110 | 1101101 | 101011 | 0 | 101101 | 1001110 | 10110 | 11010 | 1000000 | 101111 |
Color Harmonies of #C66D2B
Complementary color
Monochromatic Colors of #C66D2B
Black with #C66D2B
Text Example
Text Example
White with #C66D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D2B; }
p { color: rgb(198,109,43); }
H1.HeaderClassName
{
color: #C66D2B;
}
.AnyTagClassName
{
color: #C66D2B;
}
</style>
background-color css
<style>
a { background-color: #C66D2B; }
a { background-color: rgb(198,109,43); }
div.DivClassName
{
background-color: #C66D2B;
}
.BgClassName
{
background-color: #C66D2B;
}
</style>
border-color css
<style>
span { border-color: #C66D2B; }
span { border-color: rgb(198,109,43); }
td.TdClassName
{
border-color: #C66D2B;
}
.TagClassName
{
border-color: #C66D2B;
}
</style>