Shades of Ochre #CB7C17
Tints of Ochre #CB7C17
RGB
CMYK
RGB Variations
Color information
#CB7C17 (or 0xCB7C17) is known color: Ochre. HEX triplet: CB, 7C and 17. RGB value is (203,124,23). Sum of RGB (Red+Green+Blue) = 203+124+23=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C17 is #3483E8. Grayscale: #888888. Windows color (decimal): -3441641 or 1539275. OLE color: 1539275.
HSL color Cylindrical-coordinate representation of color #CB7C17: hue angle of 33.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7C17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.20 |
| HSL | 33.67º | 0.8% | 0.44% | - |
| HSV(B) | 33.67º | 0.89% | 0.8% | - |
| XYZ | 31.99 | 27.17 | 4.37 | - |
| YUV | 136.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 23 | 0 | 0.39 | 0.89 | 0.20 | 33.67 | 0.8 | 0.44 |
| Hex | CB | 7C | 17 | 0 | 27 | 59 | 14 | 22 | 50 | 2C |
| Octal | 313 | 174 | 27 | 0 | 47 | 131 | 24 | 42 | 120 | 54 |
| Binary | 11001011 | 1111100 | 10111 | 0 | 100111 | 1011001 | 10100 | 100010 | 1010000 | 101100 |
Color Harmonies of #CB7C17
Complementary color
Monochromatic Colors of #CB7C17
Black with #CB7C17
Text Example
Text Example
White with #CB7C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C17; }
p { color: rgb(203,124,23); }
H1.HeaderClassName
{
color: #CB7C17;
}
.AnyTagClassName
{
color: #CB7C17;
}
</style>
background-color css
<style>
a { background-color: #CB7C17; }
a { background-color: rgb(203,124,23); }
div.DivClassName
{
background-color: #CB7C17;
}
.BgClassName
{
background-color: #CB7C17;
}
</style>
border-color css
<style>
span { border-color: #CB7C17; }
span { border-color: rgb(203,124,23); }
td.TdClassName
{
border-color: #CB7C17;
}
.TagClassName
{
border-color: #CB7C17;
}
</style>