Shades of Dixie #CA832E
Tints of Dixie #CA832E
RGB
CMYK
RGB Variations
Color information
#CA832E (or 0xCA832E) is known color: Dixie. HEX triplet: CA, 83 and 2E. RGB value is (202,131,46). Sum of RGB (Red+Green+Blue) = 202+131+46=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA832E is #357CD1. Grayscale: #8E8E8E. Windows color (decimal): -3505362 or 3048394. OLE color: 3048394.
HSL color Cylindrical-coordinate representation of color #CA832E: hue angle of 32.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA832E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 46 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.21 |
| HSL | 32.69º | 0.63% | 0.49% | - |
| HSV(B) | 32.69º | 0.77% | 0.79% | - |
| XYZ | 32.97 | 28.99 | 6.44 | - |
| YUV | 142.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 46 | 0 | 0.35 | 0.77 | 0.21 | 32.69 | 0.63 | 0.49 |
| Hex | CA | 83 | 2E | 0 | 23 | 4D | 15 | 21 | 3F | 31 |
| Octal | 312 | 203 | 56 | 0 | 43 | 115 | 25 | 41 | 77 | 61 |
| Binary | 11001010 | 10000011 | 101110 | 0 | 100011 | 1001101 | 10101 | 100001 | 111111 | 110001 |
Color Harmonies of #CA832E
Complementary color
Monochromatic Colors of #CA832E
Black with #CA832E
Text Example
Text Example
White with #CA832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA832E; }
p { color: rgb(202,131,46); }
H1.HeaderClassName
{
color: #CA832E;
}
.AnyTagClassName
{
color: #CA832E;
}
</style>
background-color css
<style>
a { background-color: #CA832E; }
a { background-color: rgb(202,131,46); }
div.DivClassName
{
background-color: #CA832E;
}
.BgClassName
{
background-color: #CA832E;
}
</style>
border-color css
<style>
span { border-color: #CA832E; }
span { border-color: rgb(202,131,46); }
td.TdClassName
{
border-color: #CA832E;
}
.TagClassName
{
border-color: #CA832E;
}
</style>