Shades of Ochre #CB760A
Tints of Ochre #CB760A
RGB
CMYK
RGB Variations
Color information
#CB760A (or 0xCB760A) is known color: Ochre. HEX triplet: CB, 76 and 0A. RGB value is (203,118,10). Sum of RGB (Red+Green+Blue) = 203+118+10=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB760A is #3489F5. Grayscale: #838383. Windows color (decimal): -3443190 or 685771. OLE color: 685771.
HSL color Cylindrical-coordinate representation of color #CB760A: hue angle of 33.58º 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 #CB760A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.20 |
| HSL | 33.58º | 0.91% | 0.42% | - |
| HSV(B) | 33.58º | 0.95% | 0.8% | - |
| XYZ | 31.16 | 25.68 | 3.6 | - |
| YUV | 131.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 10 | 0 | 0.42 | 0.95 | 0.20 | 33.58 | 0.91 | 0.42 |
| Hex | CB | 76 | A | 0 | 2A | 5F | 14 | 22 | 5B | 2A |
| Octal | 313 | 166 | 12 | 0 | 52 | 137 | 24 | 42 | 133 | 52 |
| Binary | 11001011 | 1110110 | 1010 | 0 | 101010 | 1011111 | 10100 | 100010 | 1011011 | 101010 |
Color Harmonies of #CB760A
Complementary color
Monochromatic Colors of #CB760A
Black with #CB760A
Text Example
Text Example
White with #CB760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB760A; }
p { color: rgb(203,118,10); }
H1.HeaderClassName
{
color: #CB760A;
}
.AnyTagClassName
{
color: #CB760A;
}
</style>
background-color css
<style>
a { background-color: #CB760A; }
a { background-color: rgb(203,118,10); }
div.DivClassName
{
background-color: #CB760A;
}
.BgClassName
{
background-color: #CB760A;
}
</style>
border-color css
<style>
span { border-color: #CB760A; }
span { border-color: rgb(203,118,10); }
td.TdClassName
{
border-color: #CB760A;
}
.TagClassName
{
border-color: #CB760A;
}
</style>