Shades of Christine #C46A33
Tints of Christine #C46A33
RGB
CMYK
RGB Variations
Color information
#C46A33 (or 0xC46A33) is known color: Christine. HEX triplet: C4, 6A and 33. RGB value is (196,106,51). Sum of RGB (Red+Green+Blue) = 196+106+51=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A33 is #3B95CC. Grayscale: #7E7E7E. Windows color (decimal): -3904973 or 3369668. OLE color: 3369668.
HSL color Cylindrical-coordinate representation of color #C46A33: hue angle of 22.76º 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 #C46A33 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 51 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.23 |
| HSL | 22.76º | 0.59% | 0.48% | - |
| HSV(B) | 22.76º | 0.74% | 0.77% | - |
| XYZ | 28.52 | 22.28 | 5.93 | - |
| YUV | 126.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 51 | 0 | 0.46 | 0.74 | 0.23 | 22.76 | 0.59 | 0.48 |
| Hex | C4 | 6A | 33 | 0 | 2E | 4A | 17 | 17 | 3B | 30 |
| Octal | 304 | 152 | 63 | 0 | 56 | 112 | 27 | 27 | 73 | 60 |
| Binary | 11000100 | 1101010 | 110011 | 0 | 101110 | 1001010 | 10111 | 10111 | 111011 | 110000 |
Color Harmonies of #C46A33
Complementary color
Monochromatic Colors of #C46A33
Black with #C46A33
Text Example
Text Example
White with #C46A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A33; }
p { color: rgb(196,106,51); }
H1.HeaderClassName
{
color: #C46A33;
}
.AnyTagClassName
{
color: #C46A33;
}
</style>
background-color css
<style>
a { background-color: #C46A33; }
a { background-color: rgb(196,106,51); }
div.DivClassName
{
background-color: #C46A33;
}
.BgClassName
{
background-color: #C46A33;
}
</style>
border-color css
<style>
span { border-color: #C46A33; }
span { border-color: rgb(196,106,51); }
td.TdClassName
{
border-color: #C46A33;
}
.TagClassName
{
border-color: #C46A33;
}
</style>