Shades of Ochre #CB7D15
Tints of Ochre #CB7D15
RGB
CMYK
RGB Variations
Color information
#CB7D15 (or 0xCB7D15) is known color: Ochre. HEX triplet: CB, 7D and 15. RGB value is (203,125,21). Sum of RGB (Red+Green+Blue) = 203+125+21=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D15 is #3482EA. Grayscale: #888888. Windows color (decimal): -3441387 or 1408459. OLE color: 1408459.
HSL color Cylindrical-coordinate representation of color #CB7D15: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7D15 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.20 |
| HSL | 34.29º | 0.81% | 0.44% | - |
| HSV(B) | 34.29º | 0.9% | 0.8% | - |
| XYZ | 32.1 | 27.42 | 4.31 | - |
| YUV | 136.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 21 | 0 | 0.38 | 0.90 | 0.20 | 34.29 | 0.81 | 0.44 |
| Hex | CB | 7D | 15 | 0 | 26 | 5A | 14 | 22 | 51 | 2C |
| Octal | 313 | 175 | 25 | 0 | 46 | 132 | 24 | 42 | 121 | 54 |
| Binary | 11001011 | 1111101 | 10101 | 0 | 100110 | 1011010 | 10100 | 100010 | 1010001 | 101100 |
Color Harmonies of #CB7D15
Complementary color
Monochromatic Colors of #CB7D15
Black with #CB7D15
Text Example
Text Example
White with #CB7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D15; }
p { color: rgb(203,125,21); }
H1.HeaderClassName
{
color: #CB7D15;
}
.AnyTagClassName
{
color: #CB7D15;
}
</style>
background-color css
<style>
a { background-color: #CB7D15; }
a { background-color: rgb(203,125,21); }
div.DivClassName
{
background-color: #CB7D15;
}
.BgClassName
{
background-color: #CB7D15;
}
</style>
border-color css
<style>
span { border-color: #CB7D15; }
span { border-color: rgb(203,125,21); }
td.TdClassName
{
border-color: #CB7D15;
}
.TagClassName
{
border-color: #CB7D15;
}
</style>