Shades of Ochre #CB7C14
Tints of Ochre #CB7C14
RGB
CMYK
RGB Variations
Color information
#CB7C14 (or 0xCB7C14) is known color: Ochre. HEX triplet: CB, 7C and 14. RGB value is (203,124,20). Sum of RGB (Red+Green+Blue) = 203+124+20=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C14 is #3483EB. Grayscale: #888888. Windows color (decimal): -3441644 or 1342667. OLE color: 1342667.
HSL color Cylindrical-coordinate representation of color #CB7C14: hue angle of 34.1º degrees, saturation: 0.82, 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 #CB7C14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.20 |
| HSL | 34.1º | 0.82% | 0.44% | - |
| HSV(B) | 34.1º | 0.9% | 0.8% | - |
| XYZ | 31.96 | 27.16 | 4.22 | - |
| YUV | 135.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 20 | 0 | 0.39 | 0.90 | 0.20 | 34.1 | 0.82 | 0.44 |
| Hex | CB | 7C | 14 | 0 | 27 | 5A | 14 | 22 | 52 | 2C |
| Octal | 313 | 174 | 24 | 0 | 47 | 132 | 24 | 42 | 122 | 54 |
| Binary | 11001011 | 1111100 | 10100 | 0 | 100111 | 1011010 | 10100 | 100010 | 1010010 | 101100 |
Color Harmonies of #CB7C14
Complementary color
Monochromatic Colors of #CB7C14
Black with #CB7C14
Text Example
Text Example
White with #CB7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C14; }
p { color: rgb(203,124,20); }
H1.HeaderClassName
{
color: #CB7C14;
}
.AnyTagClassName
{
color: #CB7C14;
}
</style>
background-color css
<style>
a { background-color: #CB7C14; }
a { background-color: rgb(203,124,20); }
div.DivClassName
{
background-color: #CB7C14;
}
.BgClassName
{
background-color: #CB7C14;
}
</style>
border-color css
<style>
span { border-color: #CB7C14; }
span { border-color: rgb(203,124,20); }
td.TdClassName
{
border-color: #CB7C14;
}
.TagClassName
{
border-color: #CB7C14;
}
</style>