Shades of Ochre #CB790A
Tints of Ochre #CB790A
RGB
CMYK
RGB Variations
Color information
#CB790A (or 0xCB790A) is known color: Ochre. HEX triplet: CB, 79 and 0A. RGB value is (203,121,10). Sum of RGB (Red+Green+Blue) = 203+121+10=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB790A is #3486F5. Grayscale: #858585. Windows color (decimal): -3442422 or 686539. OLE color: 686539.
HSL color Cylindrical-coordinate representation of color #CB790A: hue angle of 34.51º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB790A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.20 |
| HSL | 34.51º | 0.91% | 0.42% | - |
| HSV(B) | 34.51º | 0.95% | 0.8% | - |
| XYZ | 31.52 | 26.39 | 3.72 | - |
| YUV | 132.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 10 | 0 | 0.40 | 0.95 | 0.20 | 34.51 | 0.91 | 0.42 |
| Hex | CB | 79 | A | 0 | 28 | 5F | 14 | 23 | 5B | 2A |
| Octal | 313 | 171 | 12 | 0 | 50 | 137 | 24 | 43 | 133 | 52 |
| Binary | 11001011 | 1111001 | 1010 | 0 | 101000 | 1011111 | 10100 | 100011 | 1011011 | 101010 |
Color Harmonies of #CB790A
Complementary color
Monochromatic Colors of #CB790A
Black with #CB790A
Text Example
Text Example
White with #CB790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB790A; }
p { color: rgb(203,121,10); }
H1.HeaderClassName
{
color: #CB790A;
}
.AnyTagClassName
{
color: #CB790A;
}
</style>
background-color css
<style>
a { background-color: #CB790A; }
a { background-color: rgb(203,121,10); }
div.DivClassName
{
background-color: #CB790A;
}
.BgClassName
{
background-color: #CB790A;
}
</style>
border-color css
<style>
span { border-color: #CB790A; }
span { border-color: rgb(203,121,10); }
td.TdClassName
{
border-color: #CB790A;
}
.TagClassName
{
border-color: #CB790A;
}
</style>