Shades of Christine #C66624
Tints of Christine #C66624
RGB
CMYK
RGB Variations
Color information
#C66624 (or 0xC66624) is known color: Christine. HEX triplet: C6, 66 and 24. RGB value is (198,102,36). Sum of RGB (Red+Green+Blue) = 198+102+36=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C66624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66624 is #3999DB. Grayscale: #7B7B7B. Windows color (decimal): -3774940 or 2385606. OLE color: 2385606.
HSL color Cylindrical-coordinate representation of color #C66624: hue angle of 24.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C66624 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 36 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.22 |
| HSL | 24.44º | 0.69% | 0.46% | - |
| HSV(B) | 24.44º | 0.82% | 0.78% | - |
| XYZ | 28.36 | 21.64 | 4.35 | - |
| YUV | 123.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 36 | 0 | 0.48 | 0.82 | 0.22 | 24.44 | 0.69 | 0.46 |
| Hex | C6 | 66 | 24 | 0 | 30 | 52 | 16 | 18 | 45 | 2E |
| Octal | 306 | 146 | 44 | 0 | 60 | 122 | 26 | 30 | 105 | 56 |
| Binary | 11000110 | 1100110 | 100100 | 0 | 110000 | 1010010 | 10110 | 11000 | 1000101 | 101110 |
Color Harmonies of #C66624
Complementary color
Monochromatic Colors of #C66624
Black with #C66624
Text Example
Text Example
White with #C66624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66624; }
p { color: rgb(198,102,36); }
H1.HeaderClassName
{
color: #C66624;
}
.AnyTagClassName
{
color: #C66624;
}
</style>
background-color css
<style>
a { background-color: #C66624; }
a { background-color: rgb(198,102,36); }
div.DivClassName
{
background-color: #C66624;
}
.BgClassName
{
background-color: #C66624;
}
</style>
border-color css
<style>
span { border-color: #C66624; }
span { border-color: rgb(198,102,36); }
td.TdClassName
{
border-color: #C66624;
}
.TagClassName
{
border-color: #C66624;
}
</style>