Shades of Christine #C46232
Tints of Christine #C46232
RGB
CMYK
RGB Variations
Color information
#C46232 (or 0xC46232) is known color: Christine. HEX triplet: C4, 62 and 32. RGB value is (196,98,50). Sum of RGB (Red+Green+Blue) = 196+98+50=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C46232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46232 is #3B9DCD. Grayscale: #7A7A7A. Windows color (decimal): -3907022 or 3302084. OLE color: 3302084.
HSL color Cylindrical-coordinate representation of color #C46232: hue angle of 19.73º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C46232 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 50 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.23 |
| HSL | 19.73º | 0.59% | 0.48% | - |
| HSV(B) | 19.73º | 0.74% | 0.77% | - |
| XYZ | 27.71 | 20.7 | 5.55 | - |
| YUV | 121.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 50 | 0 | 0.5 | 0.74 | 0.23 | 19.73 | 0.59 | 0.48 |
| Hex | C4 | 62 | 32 | 0 | 32 | 4A | 17 | 14 | 3B | 30 |
| Octal | 304 | 142 | 62 | 0 | 62 | 112 | 27 | 24 | 73 | 60 |
| Binary | 11000100 | 1100010 | 110010 | 0 | 110010 | 1001010 | 10111 | 10100 | 111011 | 110000 |
Color Harmonies of #C46232
Complementary color
Monochromatic Colors of #C46232
Black with #C46232
Text Example
Text Example
White with #C46232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46232; }
p { color: rgb(196,98,50); }
H1.HeaderClassName
{
color: #C46232;
}
.AnyTagClassName
{
color: #C46232;
}
</style>
background-color css
<style>
a { background-color: #C46232; }
a { background-color: rgb(196,98,50); }
div.DivClassName
{
background-color: #C46232;
}
.BgClassName
{
background-color: #C46232;
}
</style>
border-color css
<style>
span { border-color: #C46232; }
span { border-color: rgb(196,98,50); }
td.TdClassName
{
border-color: #C46232;
}
.TagClassName
{
border-color: #C46232;
}
</style>