Shades of Dixie #CB832C
Tints of Dixie #CB832C
RGB
CMYK
RGB Variations
Color information
#CB832C (or 0xCB832C) is known color: Dixie. HEX triplet: CB, 83 and 2C. RGB value is (203,131,44). Sum of RGB (Red+Green+Blue) = 203+131+44=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB832C is #347CD3. Grayscale: #8F8F8F. Windows color (decimal): -3439828 or 2917323. OLE color: 2917323.
HSL color Cylindrical-coordinate representation of color #CB832C: hue angle of 32.83º 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 #CB832C is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 44 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.20 |
| HSL | 32.83º | 0.64% | 0.48% | - |
| HSV(B) | 32.83º | 0.78% | 0.8% | - |
| XYZ | 33.2 | 29.11 | 6.25 | - |
| YUV | 142.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 44 | 0 | 0.35 | 0.78 | 0.20 | 32.83 | 0.64 | 0.48 |
| Hex | CB | 83 | 2C | 0 | 23 | 4E | 14 | 21 | 40 | 30 |
| Octal | 313 | 203 | 54 | 0 | 43 | 116 | 24 | 41 | 100 | 60 |
| Binary | 11001011 | 10000011 | 101100 | 0 | 100011 | 1001110 | 10100 | 100001 | 1000000 | 110000 |
Color Harmonies of #CB832C
Complementary color
Monochromatic Colors of #CB832C
Black with #CB832C
Text Example
Text Example
White with #CB832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB832C; }
p { color: rgb(203,131,44); }
H1.HeaderClassName
{
color: #CB832C;
}
.AnyTagClassName
{
color: #CB832C;
}
</style>
background-color css
<style>
a { background-color: #CB832C; }
a { background-color: rgb(203,131,44); }
div.DivClassName
{
background-color: #CB832C;
}
.BgClassName
{
background-color: #CB832C;
}
</style>
border-color css
<style>
span { border-color: #CB832C; }
span { border-color: rgb(203,131,44); }
td.TdClassName
{
border-color: #CB832C;
}
.TagClassName
{
border-color: #CB832C;
}
</style>