Shades of Christine #C66934
Tints of Christine #C66934
RGB
CMYK
RGB Variations
Color information
#C66934 (or 0xC66934) is known color: Christine. HEX triplet: C6, 69 and 34. RGB value is (198,105,52). Sum of RGB (Red+Green+Blue) = 198+105+52=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66934 is #3996CB. Grayscale: #7F7F7F. Windows color (decimal): -3774156 or 3434950. OLE color: 3434950.
HSL color Cylindrical-coordinate representation of color #C66934: hue angle of 21.78º 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 #C66934 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 52 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.22 |
| HSL | 21.78º | 0.58% | 0.49% | - |
| HSV(B) | 21.78º | 0.74% | 0.78% | - |
| XYZ | 28.96 | 22.36 | 6.04 | - |
| YUV | 126.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 52 | 0 | 0.47 | 0.74 | 0.22 | 21.78 | 0.58 | 0.49 |
| Hex | C6 | 69 | 34 | 0 | 2F | 4A | 16 | 16 | 3A | 31 |
| Octal | 306 | 151 | 64 | 0 | 57 | 112 | 26 | 26 | 72 | 61 |
| Binary | 11000110 | 1101001 | 110100 | 0 | 101111 | 1001010 | 10110 | 10110 | 111010 | 110001 |
Color Harmonies of #C66934
Complementary color
Monochromatic Colors of #C66934
Black with #C66934
Text Example
Text Example
White with #C66934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66934; }
p { color: rgb(198,105,52); }
H1.HeaderClassName
{
color: #C66934;
}
.AnyTagClassName
{
color: #C66934;
}
</style>
background-color css
<style>
a { background-color: #C66934; }
a { background-color: rgb(198,105,52); }
div.DivClassName
{
background-color: #C66934;
}
.BgClassName
{
background-color: #C66934;
}
</style>
border-color css
<style>
span { border-color: #C66934; }
span { border-color: rgb(198,105,52); }
td.TdClassName
{
border-color: #C66934;
}
.TagClassName
{
border-color: #C66934;
}
</style>