Shades of Dixie #CA872E
Tints of Dixie #CA872E
RGB
CMYK
RGB Variations
Color information
#CA872E (or 0xCA872E) is known color: Dixie. HEX triplet: CA, 87 and 2E. RGB value is (202,135,46). Sum of RGB (Red+Green+Blue) = 202+135+46=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA872E is #3578D1. Grayscale: #919191. Windows color (decimal): -3504338 or 3049418. OLE color: 3049418.
HSL color Cylindrical-coordinate representation of color #CA872E: hue angle of 34.23º 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 #CA872E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 46 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.21 |
| HSL | 34.23º | 0.63% | 0.49% | - |
| HSV(B) | 34.23º | 0.77% | 0.79% | - |
| XYZ | 33.51 | 30.08 | 6.62 | - |
| YUV | 144.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 46 | 0 | 0.33 | 0.77 | 0.21 | 34.23 | 0.63 | 0.49 |
| Hex | CA | 87 | 2E | 0 | 21 | 4D | 15 | 22 | 3F | 31 |
| Octal | 312 | 207 | 56 | 0 | 41 | 115 | 25 | 42 | 77 | 61 |
| Binary | 11001010 | 10000111 | 101110 | 0 | 100001 | 1001101 | 10101 | 100010 | 111111 | 110001 |
Color Harmonies of #CA872E
Complementary color
Monochromatic Colors of #CA872E
Black with #CA872E
Text Example
Text Example
White with #CA872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA872E; }
p { color: rgb(202,135,46); }
H1.HeaderClassName
{
color: #CA872E;
}
.AnyTagClassName
{
color: #CA872E;
}
</style>
background-color css
<style>
a { background-color: #CA872E; }
a { background-color: rgb(202,135,46); }
div.DivClassName
{
background-color: #CA872E;
}
.BgClassName
{
background-color: #CA872E;
}
</style>
border-color css
<style>
span { border-color: #CA872E; }
span { border-color: rgb(202,135,46); }
td.TdClassName
{
border-color: #CA872E;
}
.TagClassName
{
border-color: #CA872E;
}
</style>