Shades of Dixie #CA8131
Tints of Dixie #CA8131
RGB
CMYK
RGB Variations
Color information
#CA8131 (or 0xCA8131) is known color: Dixie. HEX triplet: CA, 81 and 31. RGB value is (202,129,49). Sum of RGB (Red+Green+Blue) = 202+129+49=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8131 is #357ECE. Grayscale: #8E8E8E. Windows color (decimal): -3505871 or 3244490. OLE color: 3244490.
HSL color Cylindrical-coordinate representation of color #CA8131: hue angle of 31.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA8131 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 49 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.21 |
| HSL | 31.37º | 0.61% | 0.49% | - |
| HSV(B) | 31.37º | 0.76% | 0.79% | - |
| XYZ | 32.76 | 28.48 | 6.68 | - |
| YUV | 141.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 49 | 0 | 0.36 | 0.76 | 0.21 | 31.37 | 0.61 | 0.49 |
| Hex | CA | 81 | 31 | 0 | 24 | 4C | 15 | 1F | 3D | 31 |
| Octal | 312 | 201 | 61 | 0 | 44 | 114 | 25 | 37 | 75 | 61 |
| Binary | 11001010 | 10000001 | 110001 | 0 | 100100 | 1001100 | 10101 | 11111 | 111101 | 110001 |
Color Harmonies of #CA8131
Complementary color
Monochromatic Colors of #CA8131
Black with #CA8131
Text Example
Text Example
White with #CA8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8131; }
p { color: rgb(202,129,49); }
H1.HeaderClassName
{
color: #CA8131;
}
.AnyTagClassName
{
color: #CA8131;
}
</style>
background-color css
<style>
a { background-color: #CA8131; }
a { background-color: rgb(202,129,49); }
div.DivClassName
{
background-color: #CA8131;
}
.BgClassName
{
background-color: #CA8131;
}
</style>
border-color css
<style>
span { border-color: #CA8131; }
span { border-color: rgb(202,129,49); }
td.TdClassName
{
border-color: #CA8131;
}
.TagClassName
{
border-color: #CA8131;
}
</style>