Shades of Christine #C66229
Tints of Christine #C66229
RGB
CMYK
RGB Variations
Color information
#C66229 (or 0xC66229) is known color: Christine. HEX triplet: C6, 62 and 29. RGB value is (198,98,41). Sum of RGB (Red+Green+Blue) = 198+98+41=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C66229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66229 is #399DD6. Grayscale: #797979. Windows color (decimal): -3775959 or 2712262. OLE color: 2712262.
HSL color Cylindrical-coordinate representation of color #C66229: hue angle of 21.78º 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 #C66229 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 41 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.22 |
| HSL | 21.78º | 0.66% | 0.47% | - |
| HSV(B) | 21.78º | 0.79% | 0.78% | - |
| XYZ | 28.06 | 20.9 | 4.65 | - |
| YUV | 121.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 41 | 0 | 0.51 | 0.79 | 0.22 | 21.78 | 0.66 | 0.47 |
| Hex | C6 | 62 | 29 | 0 | 33 | 4F | 16 | 16 | 42 | 2F |
| Octal | 306 | 142 | 51 | 0 | 63 | 117 | 26 | 26 | 102 | 57 |
| Binary | 11000110 | 1100010 | 101001 | 0 | 110011 | 1001111 | 10110 | 10110 | 1000010 | 101111 |
Color Harmonies of #C66229
Complementary color
Monochromatic Colors of #C66229
Black with #C66229
Text Example
Text Example
White with #C66229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66229; }
p { color: rgb(198,98,41); }
H1.HeaderClassName
{
color: #C66229;
}
.AnyTagClassName
{
color: #C66229;
}
</style>
background-color css
<style>
a { background-color: #C66229; }
a { background-color: rgb(198,98,41); }
div.DivClassName
{
background-color: #C66229;
}
.BgClassName
{
background-color: #C66229;
}
</style>
border-color css
<style>
span { border-color: #C66229; }
span { border-color: rgb(198,98,41); }
td.TdClassName
{
border-color: #C66229;
}
.TagClassName
{
border-color: #C66229;
}
</style>