Shades of Christine #C46630
Tints of Christine #C46630
RGB
CMYK
RGB Variations
Color information
#C46630 (or 0xC46630) is known color: Christine. HEX triplet: C4, 66 and 30. RGB value is (196,102,48). Sum of RGB (Red+Green+Blue) = 196+102+48=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C46630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46630 is #3B99CF. Grayscale: #7C7C7C. Windows color (decimal): -3906000 or 3172036. OLE color: 3172036.
HSL color Cylindrical-coordinate representation of color #C46630: hue angle of 21.89º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C46630 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 48 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.23 |
| HSL | 21.89º | 0.61% | 0.48% | - |
| HSV(B) | 21.89º | 0.76% | 0.77% | - |
| XYZ | 28.05 | 21.45 | 5.46 | - |
| YUV | 123.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 48 | 0 | 0.48 | 0.76 | 0.23 | 21.89 | 0.61 | 0.48 |
| Hex | C4 | 66 | 30 | 0 | 30 | 4C | 17 | 16 | 3D | 30 |
| Octal | 304 | 146 | 60 | 0 | 60 | 114 | 27 | 26 | 75 | 60 |
| Binary | 11000100 | 1100110 | 110000 | 0 | 110000 | 1001100 | 10111 | 10110 | 111101 | 110000 |
Color Harmonies of #C46630
Complementary color
Monochromatic Colors of #C46630
Black with #C46630
Text Example
Text Example
White with #C46630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46630; }
p { color: rgb(196,102,48); }
H1.HeaderClassName
{
color: #C46630;
}
.AnyTagClassName
{
color: #C46630;
}
</style>
background-color css
<style>
a { background-color: #C46630; }
a { background-color: rgb(196,102,48); }
div.DivClassName
{
background-color: #C46630;
}
.BgClassName
{
background-color: #C46630;
}
</style>
border-color css
<style>
span { border-color: #C46630; }
span { border-color: rgb(196,102,48); }
td.TdClassName
{
border-color: #C46630;
}
.TagClassName
{
border-color: #C46630;
}
</style>