Shades of Ochre #CE7D25
Tints of Ochre #CE7D25
RGB
CMYK
RGB Variations
Color information
#CE7D25 (or 0xCE7D25) is known color: Ochre. HEX triplet: CE, 7D and 25. RGB value is (206,125,37). Sum of RGB (Red+Green+Blue) = 206+125+37=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D25 is #3182DA. Grayscale: #8B8B8B. Windows color (decimal): -3244763 or 2457038. OLE color: 2457038.
HSL color Cylindrical-coordinate representation of color #CE7D25: hue angle of 31.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE7D25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 37 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.19 |
| HSL | 31.24º | 0.7% | 0.48% | - |
| HSV(B) | 31.24º | 0.82% | 0.81% | - |
| XYZ | 33.12 | 27.92 | 5.39 | - |
| YUV | 139.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 37 | 0 | 0.39 | 0.82 | 0.19 | 31.24 | 0.7 | 0.48 |
| Hex | CE | 7D | 25 | 0 | 27 | 52 | 13 | 1F | 46 | 30 |
| Octal | 316 | 175 | 45 | 0 | 47 | 122 | 23 | 37 | 106 | 60 |
| Binary | 11001110 | 1111101 | 100101 | 0 | 100111 | 1010010 | 10011 | 11111 | 1000110 | 110000 |
Color Harmonies of #CE7D25
Complementary color
Monochromatic Colors of #CE7D25
Black with #CE7D25
Text Example
Text Example
White with #CE7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D25; }
p { color: rgb(206,125,37); }
H1.HeaderClassName
{
color: #CE7D25;
}
.AnyTagClassName
{
color: #CE7D25;
}
</style>
background-color css
<style>
a { background-color: #CE7D25; }
a { background-color: rgb(206,125,37); }
div.DivClassName
{
background-color: #CE7D25;
}
.BgClassName
{
background-color: #CE7D25;
}
</style>
border-color css
<style>
span { border-color: #CE7D25; }
span { border-color: rgb(206,125,37); }
td.TdClassName
{
border-color: #CE7D25;
}
.TagClassName
{
border-color: #CE7D25;
}
</style>