Shades of Dixie #CB842C
Tints of Dixie #CB842C
RGB
CMYK
RGB Variations
Color information
#CB842C (or 0xCB842C) is known color: Dixie. HEX triplet: CB, 84 and 2C. RGB value is (203,132,44). Sum of RGB (Red+Green+Blue) = 203+132+44=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB842C is #347BD3. Grayscale: #8F8F8F. Windows color (decimal): -3439572 or 2917579. OLE color: 2917579.
HSL color Cylindrical-coordinate representation of color #CB842C: hue angle of 33.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB842C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 44 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.20 |
| HSL | 33.21º | 0.64% | 0.48% | - |
| HSV(B) | 33.21º | 0.78% | 0.8% | - |
| XYZ | 33.33 | 29.38 | 6.3 | - |
| YUV | 143.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 44 | 0 | 0.35 | 0.78 | 0.20 | 33.21 | 0.64 | 0.48 |
| Hex | CB | 84 | 2C | 0 | 23 | 4E | 14 | 21 | 40 | 30 |
| Octal | 313 | 204 | 54 | 0 | 43 | 116 | 24 | 41 | 100 | 60 |
| Binary | 11001011 | 10000100 | 101100 | 0 | 100011 | 1001110 | 10100 | 100001 | 1000000 | 110000 |
Color Harmonies of #CB842C
Complementary color
Monochromatic Colors of #CB842C
Black with #CB842C
Text Example
Text Example
White with #CB842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB842C; }
p { color: rgb(203,132,44); }
H1.HeaderClassName
{
color: #CB842C;
}
.AnyTagClassName
{
color: #CB842C;
}
</style>
background-color css
<style>
a { background-color: #CB842C; }
a { background-color: rgb(203,132,44); }
div.DivClassName
{
background-color: #CB842C;
}
.BgClassName
{
background-color: #CB842C;
}
</style>
border-color css
<style>
span { border-color: #CB842C; }
span { border-color: rgb(203,132,44); }
td.TdClassName
{
border-color: #CB842C;
}
.TagClassName
{
border-color: #CB842C;
}
</style>