Shades of Ochre #CE7B25
Tints of Ochre #CE7B25
RGB
CMYK
RGB Variations
Color information
#CE7B25 (or 0xCE7B25) is known color: Ochre. HEX triplet: CE, 7B and 25. RGB value is (206,123,37). Sum of RGB (Red+Green+Blue) = 206+123+37=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B25 is #3184DA. Grayscale: #8A8A8A. Windows color (decimal): -3245275 or 2456526. OLE color: 2456526.
HSL color Cylindrical-coordinate representation of color #CE7B25: hue angle of 30.53º 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 #CE7B25 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 37 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.19 |
| HSL | 30.53º | 0.7% | 0.48% | - |
| HSV(B) | 30.53º | 0.82% | 0.81% | - |
| XYZ | 32.87 | 27.42 | 5.31 | - |
| YUV | 138.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 37 | 0 | 0.40 | 0.82 | 0.19 | 30.53 | 0.7 | 0.48 |
| Hex | CE | 7B | 25 | 0 | 28 | 52 | 13 | 1F | 46 | 30 |
| Octal | 316 | 173 | 45 | 0 | 50 | 122 | 23 | 37 | 106 | 60 |
| Binary | 11001110 | 1111011 | 100101 | 0 | 101000 | 1010010 | 10011 | 11111 | 1000110 | 110000 |
Color Harmonies of #CE7B25
Complementary color
Monochromatic Colors of #CE7B25
Black with #CE7B25
Text Example
Text Example
White with #CE7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B25; }
p { color: rgb(206,123,37); }
H1.HeaderClassName
{
color: #CE7B25;
}
.AnyTagClassName
{
color: #CE7B25;
}
</style>
background-color css
<style>
a { background-color: #CE7B25; }
a { background-color: rgb(206,123,37); }
div.DivClassName
{
background-color: #CE7B25;
}
.BgClassName
{
background-color: #CE7B25;
}
</style>
border-color css
<style>
span { border-color: #CE7B25; }
span { border-color: rgb(206,123,37); }
td.TdClassName
{
border-color: #CE7B25;
}
.TagClassName
{
border-color: #CE7B25;
}
</style>