Shades of Christine #C66027
Tints of Christine #C66027
RGB
CMYK
RGB Variations
Color information
#C66027 (or 0xC66027) is known color: Christine. HEX triplet: C6, 60 and 27. RGB value is (198,96,39). Sum of RGB (Red+Green+Blue) = 198+96+39=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C66027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66027 is #399FD8. Grayscale: #787878. Windows color (decimal): -3776473 or 2580678. OLE color: 2580678.
HSL color Cylindrical-coordinate representation of color #C66027: hue angle of 21.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C66027 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 39 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.22 |
| HSL | 21.51º | 0.67% | 0.46% | - |
| HSV(B) | 21.51º | 0.8% | 0.78% | - |
| XYZ | 27.84 | 20.52 | 4.41 | - |
| YUV | 120 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 39 | 0 | 0.52 | 0.80 | 0.22 | 21.51 | 0.67 | 0.46 |
| Hex | C6 | 60 | 27 | 0 | 34 | 50 | 16 | 16 | 43 | 2E |
| Octal | 306 | 140 | 47 | 0 | 64 | 120 | 26 | 26 | 103 | 56 |
| Binary | 11000110 | 1100000 | 100111 | 0 | 110100 | 1010000 | 10110 | 10110 | 1000011 | 101110 |
Color Harmonies of #C66027
Complementary color
Monochromatic Colors of #C66027
Black with #C66027
Text Example
Text Example
White with #C66027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66027; }
p { color: rgb(198,96,39); }
H1.HeaderClassName
{
color: #C66027;
}
.AnyTagClassName
{
color: #C66027;
}
</style>
background-color css
<style>
a { background-color: #C66027; }
a { background-color: rgb(198,96,39); }
div.DivClassName
{
background-color: #C66027;
}
.BgClassName
{
background-color: #C66027;
}
</style>
border-color css
<style>
span { border-color: #C66027; }
span { border-color: rgb(198,96,39); }
td.TdClassName
{
border-color: #C66027;
}
.TagClassName
{
border-color: #C66027;
}
</style>