Shades of Christine #C46530
Tints of Christine #C46530
RGB
CMYK
RGB Variations
Color information
#C46530 (or 0xC46530) is known color: Christine. HEX triplet: C4, 65 and 30. RGB value is (196,101,48). Sum of RGB (Red+Green+Blue) = 196+101+48=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C46530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46530 is #3B9ACF. Grayscale: #7B7B7B. Windows color (decimal): -3906256 or 3171780. OLE color: 3171780.
HSL color Cylindrical-coordinate representation of color #C46530: hue angle of 21.49º 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 #C46530 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 48 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.23 |
| HSL | 21.49º | 0.61% | 0.48% | - |
| HSV(B) | 21.49º | 0.76% | 0.77% | - |
| XYZ | 27.95 | 21.26 | 5.43 | - |
| YUV | 123.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 48 | 0 | 0.48 | 0.76 | 0.23 | 21.49 | 0.61 | 0.48 |
| Hex | C4 | 65 | 30 | 0 | 30 | 4C | 17 | 15 | 3D | 30 |
| Octal | 304 | 145 | 60 | 0 | 60 | 114 | 27 | 25 | 75 | 60 |
| Binary | 11000100 | 1100101 | 110000 | 0 | 110000 | 1001100 | 10111 | 10101 | 111101 | 110000 |
Color Harmonies of #C46530
Complementary color
Monochromatic Colors of #C46530
Black with #C46530
Text Example
Text Example
White with #C46530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46530; }
p { color: rgb(196,101,48); }
H1.HeaderClassName
{
color: #C46530;
}
.AnyTagClassName
{
color: #C46530;
}
</style>
background-color css
<style>
a { background-color: #C46530; }
a { background-color: rgb(196,101,48); }
div.DivClassName
{
background-color: #C46530;
}
.BgClassName
{
background-color: #C46530;
}
</style>
border-color css
<style>
span { border-color: #C46530; }
span { border-color: rgb(196,101,48); }
td.TdClassName
{
border-color: #C46530;
}
.TagClassName
{
border-color: #C46530;
}
</style>