Shades of Dixie #CE832E
Tints of Dixie #CE832E
RGB
CMYK
RGB Variations
Color information
#CE832E (or 0xCE832E) is known color: Dixie. HEX triplet: CE, 83 and 2E. RGB value is (206,131,46). Sum of RGB (Red+Green+Blue) = 206+131+46=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE832E is #317CD1. Grayscale: #909090. Windows color (decimal): -3243218 or 3048398. OLE color: 3048398.
HSL color Cylindrical-coordinate representation of color #CE832E: hue angle of 31.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE832E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 46 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.19 |
| HSL | 31.88º | 0.63% | 0.49% | - |
| HSV(B) | 31.88º | 0.78% | 0.81% | - |
| XYZ | 34.06 | 29.55 | 6.49 | - |
| YUV | 143.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 46 | 0 | 0.36 | 0.78 | 0.19 | 31.88 | 0.63 | 0.49 |
| Hex | CE | 83 | 2E | 0 | 24 | 4E | 13 | 20 | 3F | 31 |
| Octal | 316 | 203 | 56 | 0 | 44 | 116 | 23 | 40 | 77 | 61 |
| Binary | 11001110 | 10000011 | 101110 | 0 | 100100 | 1001110 | 10011 | 100000 | 111111 | 110001 |
Color Harmonies of #CE832E
Complementary color
Monochromatic Colors of #CE832E
Black with #CE832E
Text Example
Text Example
White with #CE832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE832E; }
p { color: rgb(206,131,46); }
H1.HeaderClassName
{
color: #CE832E;
}
.AnyTagClassName
{
color: #CE832E;
}
</style>
background-color css
<style>
a { background-color: #CE832E; }
a { background-color: rgb(206,131,46); }
div.DivClassName
{
background-color: #CE832E;
}
.BgClassName
{
background-color: #CE832E;
}
</style>
border-color css
<style>
span { border-color: #CE832E; }
span { border-color: rgb(206,131,46); }
td.TdClassName
{
border-color: #CE832E;
}
.TagClassName
{
border-color: #CE832E;
}
</style>