Shades of Ochre #CB7F15
Tints of Ochre #CB7F15
RGB
CMYK
RGB Variations
Color information
#CB7F15 (or 0xCB7F15) is known color: Ochre. HEX triplet: CB, 7F and 15. RGB value is (203,127,21). Sum of RGB (Red+Green+Blue) = 203+127+21=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F15 is #3480EA. Grayscale: #8A8A8A. Windows color (decimal): -3440875 or 1408971. OLE color: 1408971.
HSL color Cylindrical-coordinate representation of color #CB7F15: hue angle of 34.95º 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 #CB7F15 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.20 |
| HSL | 34.95º | 0.81% | 0.44% | - |
| HSV(B) | 34.95º | 0.9% | 0.8% | - |
| XYZ | 32.35 | 27.93 | 4.4 | - |
| YUV | 137.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 21 | 0 | 0.37 | 0.90 | 0.20 | 34.95 | 0.81 | 0.44 |
| Hex | CB | 7F | 15 | 0 | 25 | 5A | 14 | 23 | 51 | 2C |
| Octal | 313 | 177 | 25 | 0 | 45 | 132 | 24 | 43 | 121 | 54 |
| Binary | 11001011 | 1111111 | 10101 | 0 | 100101 | 1011010 | 10100 | 100011 | 1010001 | 101100 |
Color Harmonies of #CB7F15
Complementary color
Monochromatic Colors of #CB7F15
Black with #CB7F15
Text Example
Text Example
White with #CB7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F15; }
p { color: rgb(203,127,21); }
H1.HeaderClassName
{
color: #CB7F15;
}
.AnyTagClassName
{
color: #CB7F15;
}
</style>
background-color css
<style>
a { background-color: #CB7F15; }
a { background-color: rgb(203,127,21); }
div.DivClassName
{
background-color: #CB7F15;
}
.BgClassName
{
background-color: #CB7F15;
}
</style>
border-color css
<style>
span { border-color: #CB7F15; }
span { border-color: rgb(203,127,21); }
td.TdClassName
{
border-color: #CB7F15;
}
.TagClassName
{
border-color: #CB7F15;
}
</style>