Shades of Ochre #CB7B0C
Tints of Ochre #CB7B0C
RGB
CMYK
RGB Variations
Color information
#CB7B0C (or 0xCB7B0C) is known color: Ochre. HEX triplet: CB, 7B and 0C. RGB value is (203,123,12). Sum of RGB (Red+Green+Blue) = 203+123+12=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B0C is #3484F3. Grayscale: #868686. Windows color (decimal): -3441908 or 818123. OLE color: 818123.
HSL color Cylindrical-coordinate representation of color #CB7B0C: hue angle of 34.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB7B0C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.20 |
| HSL | 34.87º | 0.89% | 0.42% | - |
| HSV(B) | 34.87º | 0.94% | 0.8% | - |
| XYZ | 31.78 | 26.89 | 3.86 | - |
| YUV | 134.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 12 | 0 | 0.39 | 0.94 | 0.20 | 34.87 | 0.89 | 0.42 |
| Hex | CB | 7B | C | 0 | 27 | 5E | 14 | 23 | 59 | 2A |
| Octal | 313 | 173 | 14 | 0 | 47 | 136 | 24 | 43 | 131 | 52 |
| Binary | 11001011 | 1111011 | 1100 | 0 | 100111 | 1011110 | 10100 | 100011 | 1011001 | 101010 |
Color Harmonies of #CB7B0C
Complementary color
Monochromatic Colors of #CB7B0C
Black with #CB7B0C
Text Example
Text Example
White with #CB7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B0C; }
p { color: rgb(203,123,12); }
H1.HeaderClassName
{
color: #CB7B0C;
}
.AnyTagClassName
{
color: #CB7B0C;
}
</style>
background-color css
<style>
a { background-color: #CB7B0C; }
a { background-color: rgb(203,123,12); }
div.DivClassName
{
background-color: #CB7B0C;
}
.BgClassName
{
background-color: #CB7B0C;
}
</style>
border-color css
<style>
span { border-color: #CB7B0C; }
span { border-color: rgb(203,123,12); }
td.TdClassName
{
border-color: #CB7B0C;
}
.TagClassName
{
border-color: #CB7B0C;
}
</style>