Shades of Dixie #CA882F
Tints of Dixie #CA882F
RGB
CMYK
RGB Variations
Color information
#CA882F (or 0xCA882F) is known color: Dixie. HEX triplet: CA, 88 and 2F. RGB value is (202,136,47). Sum of RGB (Red+Green+Blue) = 202+136+47=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA882F is #3577D0. Grayscale: #929292. Windows color (decimal): -3504081 or 3115210. OLE color: 3115210.
HSL color Cylindrical-coordinate representation of color #CA882F: hue angle of 34.45º degrees, saturation: 0.62, 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 #CA882F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 47 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.21 |
| HSL | 34.45º | 0.62% | 0.49% | - |
| HSV(B) | 34.45º | 0.77% | 0.79% | - |
| XYZ | 33.67 | 30.37 | 6.78 | - |
| YUV | 145.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 47 | 0 | 0.33 | 0.77 | 0.21 | 34.45 | 0.62 | 0.49 |
| Hex | CA | 88 | 2F | 0 | 21 | 4D | 15 | 22 | 3E | 31 |
| Octal | 312 | 210 | 57 | 0 | 41 | 115 | 25 | 42 | 76 | 61 |
| Binary | 11001010 | 10001000 | 101111 | 0 | 100001 | 1001101 | 10101 | 100010 | 111110 | 110001 |
Color Harmonies of #CA882F
Complementary color
Monochromatic Colors of #CA882F
Black with #CA882F
Text Example
Text Example
White with #CA882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA882F; }
p { color: rgb(202,136,47); }
H1.HeaderClassName
{
color: #CA882F;
}
.AnyTagClassName
{
color: #CA882F;
}
</style>
background-color css
<style>
a { background-color: #CA882F; }
a { background-color: rgb(202,136,47); }
div.DivClassName
{
background-color: #CA882F;
}
.BgClassName
{
background-color: #CA882F;
}
</style>
border-color css
<style>
span { border-color: #CA882F; }
span { border-color: rgb(202,136,47); }
td.TdClassName
{
border-color: #CA882F;
}
.TagClassName
{
border-color: #CA882F;
}
</style>