Shades of Christine #C66834
Tints of Christine #C66834
RGB
CMYK
RGB Variations
Color information
#C66834 (or 0xC66834) is known color: Christine. HEX triplet: C6, 68 and 34. RGB value is (198,104,52). Sum of RGB (Red+Green+Blue) = 198+104+52=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C66834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66834 is #3997CB. Grayscale: #7E7E7E. Windows color (decimal): -3774412 or 3434694. OLE color: 3434694.
HSL color Cylindrical-coordinate representation of color #C66834: hue angle of 21.37º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C66834 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 52 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.22 |
| HSL | 21.37º | 0.58% | 0.49% | - |
| HSV(B) | 21.37º | 0.74% | 0.78% | - |
| XYZ | 28.86 | 22.15 | 6 | - |
| YUV | 126.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 52 | 0 | 0.47 | 0.74 | 0.22 | 21.37 | 0.58 | 0.49 |
| Hex | C6 | 68 | 34 | 0 | 2F | 4A | 16 | 15 | 3A | 31 |
| Octal | 306 | 150 | 64 | 0 | 57 | 112 | 26 | 25 | 72 | 61 |
| Binary | 11000110 | 1101000 | 110100 | 0 | 101111 | 1001010 | 10110 | 10101 | 111010 | 110001 |
Color Harmonies of #C66834
Complementary color
Monochromatic Colors of #C66834
Black with #C66834
Text Example
Text Example
White with #C66834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66834; }
p { color: rgb(198,104,52); }
H1.HeaderClassName
{
color: #C66834;
}
.AnyTagClassName
{
color: #C66834;
}
</style>
background-color css
<style>
a { background-color: #C66834; }
a { background-color: rgb(198,104,52); }
div.DivClassName
{
background-color: #C66834;
}
.BgClassName
{
background-color: #C66834;
}
</style>
border-color css
<style>
span { border-color: #C66834; }
span { border-color: rgb(198,104,52); }
td.TdClassName
{
border-color: #C66834;
}
.TagClassName
{
border-color: #C66834;
}
</style>