Shades of Christine #C66329
Tints of Christine #C66329
RGB
CMYK
RGB Variations
Color information
#C66329 (or 0xC66329) is known color: Christine. HEX triplet: C6, 63 and 29. RGB value is (198,99,41). Sum of RGB (Red+Green+Blue) = 198+99+41=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C66329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66329 is #399CD6. Grayscale: #7A7A7A. Windows color (decimal): -3775703 or 2712518. OLE color: 2712518.
HSL color Cylindrical-coordinate representation of color #C66329: hue angle of 22.17º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C66329 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 41 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.22 |
| HSL | 22.17º | 0.66% | 0.47% | - |
| HSV(B) | 22.17º | 0.79% | 0.78% | - |
| XYZ | 28.15 | 21.09 | 4.68 | - |
| YUV | 121.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 41 | 0 | 0.50 | 0.79 | 0.22 | 22.17 | 0.66 | 0.47 |
| Hex | C6 | 63 | 29 | 0 | 32 | 4F | 16 | 16 | 42 | 2F |
| Octal | 306 | 143 | 51 | 0 | 62 | 117 | 26 | 26 | 102 | 57 |
| Binary | 11000110 | 1100011 | 101001 | 0 | 110010 | 1001111 | 10110 | 10110 | 1000010 | 101111 |
Color Harmonies of #C66329
Complementary color
Monochromatic Colors of #C66329
Black with #C66329
Text Example
Text Example
White with #C66329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66329; }
p { color: rgb(198,99,41); }
H1.HeaderClassName
{
color: #C66329;
}
.AnyTagClassName
{
color: #C66329;
}
</style>
background-color css
<style>
a { background-color: #C66329; }
a { background-color: rgb(198,99,41); }
div.DivClassName
{
background-color: #C66329;
}
.BgClassName
{
background-color: #C66329;
}
</style>
border-color css
<style>
span { border-color: #C66329; }
span { border-color: rgb(198,99,41); }
td.TdClassName
{
border-color: #C66329;
}
.TagClassName
{
border-color: #C66329;
}
</style>