Shades of Ochre #CB790C
Tints of Ochre #CB790C
RGB
CMYK
RGB Variations
Color information
#CB790C (or 0xCB790C) is known color: Ochre. HEX triplet: CB, 79 and 0C. RGB value is (203,121,12). Sum of RGB (Red+Green+Blue) = 203+121+12=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB790C is #3486F3. Grayscale: #858585. Windows color (decimal): -3442420 or 817611. OLE color: 817611.
HSL color Cylindrical-coordinate representation of color #CB790C: hue angle of 34.24º 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 #CB790C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.20 |
| HSL | 34.24º | 0.89% | 0.42% | - |
| HSV(B) | 34.24º | 0.94% | 0.8% | - |
| XYZ | 31.53 | 26.4 | 3.78 | - |
| YUV | 133.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 12 | 0 | 0.40 | 0.94 | 0.20 | 34.24 | 0.89 | 0.42 |
| Hex | CB | 79 | C | 0 | 28 | 5E | 14 | 22 | 59 | 2A |
| Octal | 313 | 171 | 14 | 0 | 50 | 136 | 24 | 42 | 131 | 52 |
| Binary | 11001011 | 1111001 | 1100 | 0 | 101000 | 1011110 | 10100 | 100010 | 1011001 | 101010 |
Color Harmonies of #CB790C
Complementary color
Monochromatic Colors of #CB790C
Black with #CB790C
Text Example
Text Example
White with #CB790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB790C; }
p { color: rgb(203,121,12); }
H1.HeaderClassName
{
color: #CB790C;
}
.AnyTagClassName
{
color: #CB790C;
}
</style>
background-color css
<style>
a { background-color: #CB790C; }
a { background-color: rgb(203,121,12); }
div.DivClassName
{
background-color: #CB790C;
}
.BgClassName
{
background-color: #CB790C;
}
</style>
border-color css
<style>
span { border-color: #CB790C; }
span { border-color: rgb(203,121,12); }
td.TdClassName
{
border-color: #CB790C;
}
.TagClassName
{
border-color: #CB790C;
}
</style>