Shades of Ochre #CE821B
Tints of Ochre #CE821B
RGB
CMYK
RGB Variations
Color information
#CE821B (or 0xCE821B) is known color: Ochre. HEX triplet: CE, 82 and 1B. RGB value is (206,130,27). Sum of RGB (Red+Green+Blue) = 206+130+27=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE821B is #317DE4. Grayscale: #8D8D8D. Windows color (decimal): -3243493 or 1802958. OLE color: 1802958.
HSL color Cylindrical-coordinate representation of color #CE821B: hue angle of 34.53º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE821B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 27 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.19 |
| HSL | 34.53º | 0.77% | 0.46% | - |
| HSV(B) | 34.53º | 0.87% | 0.81% | - |
| XYZ | 33.63 | 29.17 | 4.89 | - |
| YUV | 140.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 27 | 0 | 0.37 | 0.87 | 0.19 | 34.53 | 0.77 | 0.46 |
| Hex | CE | 82 | 1B | 0 | 25 | 57 | 13 | 23 | 4D | 2E |
| Octal | 316 | 202 | 33 | 0 | 45 | 127 | 23 | 43 | 115 | 56 |
| Binary | 11001110 | 10000010 | 11011 | 0 | 100101 | 1010111 | 10011 | 100011 | 1001101 | 101110 |
Color Harmonies of #CE821B
Complementary color
Monochromatic Colors of #CE821B
Black with #CE821B
Text Example
Text Example
White with #CE821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE821B; }
p { color: rgb(206,130,27); }
H1.HeaderClassName
{
color: #CE821B;
}
.AnyTagClassName
{
color: #CE821B;
}
</style>
background-color css
<style>
a { background-color: #CE821B; }
a { background-color: rgb(206,130,27); }
div.DivClassName
{
background-color: #CE821B;
}
.BgClassName
{
background-color: #CE821B;
}
</style>
border-color css
<style>
span { border-color: #CE821B; }
span { border-color: rgb(206,130,27); }
td.TdClassName
{
border-color: #CE821B;
}
.TagClassName
{
border-color: #CE821B;
}
</style>