Shades of Dixie #CB882C
Tints of Dixie #CB882C
RGB
CMYK
RGB Variations
Color information
#CB882C (or 0xCB882C) is known color: Dixie. HEX triplet: CB, 88 and 2C. RGB value is (203,136,44). Sum of RGB (Red+Green+Blue) = 203+136+44=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882C is #3477D3. Grayscale: #919191. Windows color (decimal): -3438548 or 2918603. OLE color: 2918603.
HSL color Cylindrical-coordinate representation of color #CB882C: hue angle of 34.72º 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 #CB882C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 44 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.20 |
| HSL | 34.72º | 0.64% | 0.48% | - |
| HSV(B) | 34.72º | 0.78% | 0.8% | - |
| XYZ | 33.89 | 30.49 | 6.48 | - |
| YUV | 145.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 44 | 0 | 0.33 | 0.78 | 0.20 | 34.72 | 0.64 | 0.48 |
| Hex | CB | 88 | 2C | 0 | 21 | 4E | 14 | 23 | 40 | 30 |
| Octal | 313 | 210 | 54 | 0 | 41 | 116 | 24 | 43 | 100 | 60 |
| Binary | 11001011 | 10001000 | 101100 | 0 | 100001 | 1001110 | 10100 | 100011 | 1000000 | 110000 |
Color Harmonies of #CB882C
Complementary color
Monochromatic Colors of #CB882C
Black with #CB882C
Text Example
Text Example
White with #CB882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB882C; }
p { color: rgb(203,136,44); }
H1.HeaderClassName
{
color: #CB882C;
}
.AnyTagClassName
{
color: #CB882C;
}
</style>
background-color css
<style>
a { background-color: #CB882C; }
a { background-color: rgb(203,136,44); }
div.DivClassName
{
background-color: #CB882C;
}
.BgClassName
{
background-color: #CB882C;
}
</style>
border-color css
<style>
span { border-color: #CB882C; }
span { border-color: rgb(203,136,44); }
td.TdClassName
{
border-color: #CB882C;
}
.TagClassName
{
border-color: #CB882C;
}
</style>