Shades of Dixie #CF852E
Tints of Dixie #CF852E
RGB
CMYK
RGB Variations
Color information
#CF852E (or 0xCF852E) is known color: Dixie. HEX triplet: CF, 85 and 2E. RGB value is (207,133,46). Sum of RGB (Red+Green+Blue) = 207+133+46=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF852E is #307AD1. Grayscale: #919191. Windows color (decimal): -3177170 or 3048911. OLE color: 3048911.
HSL color Cylindrical-coordinate representation of color #CF852E: hue angle of 32.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF852E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 46 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.19 |
| HSL | 32.42º | 0.64% | 0.5% | - |
| HSV(B) | 32.42º | 0.78% | 0.81% | - |
| XYZ | 34.61 | 30.24 | 6.6 | - |
| YUV | 145.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 46 | 0 | 0.36 | 0.78 | 0.19 | 32.42 | 0.64 | 0.5 |
| Hex | CF | 85 | 2E | 0 | 24 | 4E | 13 | 20 | 40 | 32 |
| Octal | 317 | 205 | 56 | 0 | 44 | 116 | 23 | 40 | 100 | 62 |
| Binary | 11001111 | 10000101 | 101110 | 0 | 100100 | 1001110 | 10011 | 100000 | 1000000 | 110010 |
Color Harmonies of #CF852E
Complementary color
Monochromatic Colors of #CF852E
Black with #CF852E
Text Example
Text Example
White with #CF852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF852E; }
p { color: rgb(207,133,46); }
H1.HeaderClassName
{
color: #CF852E;
}
.AnyTagClassName
{
color: #CF852E;
}
</style>
background-color css
<style>
a { background-color: #CF852E; }
a { background-color: rgb(207,133,46); }
div.DivClassName
{
background-color: #CF852E;
}
.BgClassName
{
background-color: #CF852E;
}
</style>
border-color css
<style>
span { border-color: #CF852E; }
span { border-color: rgb(207,133,46); }
td.TdClassName
{
border-color: #CF852E;
}
.TagClassName
{
border-color: #CF852E;
}
</style>