Shades of Ochre #CB780C
Tints of Ochre #CB780C
RGB
CMYK
RGB Variations
Color information
#CB780C (or 0xCB780C) is known color: Ochre. HEX triplet: CB, 78 and 0C. RGB value is (203,120,12). Sum of RGB (Red+Green+Blue) = 203+120+12=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB780C is #3487F3. Grayscale: #858585. Windows color (decimal): -3442676 or 817355. OLE color: 817355.
HSL color Cylindrical-coordinate representation of color #CB780C: hue angle of 33.93º 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 #CB780C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.20 |
| HSL | 33.93º | 0.89% | 0.42% | - |
| HSV(B) | 33.93º | 0.94% | 0.8% | - |
| XYZ | 31.41 | 26.16 | 3.74 | - |
| YUV | 132.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 12 | 0 | 0.41 | 0.94 | 0.20 | 33.93 | 0.89 | 0.42 |
| Hex | CB | 78 | C | 0 | 29 | 5E | 14 | 22 | 59 | 2A |
| Octal | 313 | 170 | 14 | 0 | 51 | 136 | 24 | 42 | 131 | 52 |
| Binary | 11001011 | 1111000 | 1100 | 0 | 101001 | 1011110 | 10100 | 100010 | 1011001 | 101010 |
Color Harmonies of #CB780C
Complementary color
Monochromatic Colors of #CB780C
Black with #CB780C
Text Example
Text Example
White with #CB780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB780C; }
p { color: rgb(203,120,12); }
H1.HeaderClassName
{
color: #CB780C;
}
.AnyTagClassName
{
color: #CB780C;
}
</style>
background-color css
<style>
a { background-color: #CB780C; }
a { background-color: rgb(203,120,12); }
div.DivClassName
{
background-color: #CB780C;
}
.BgClassName
{
background-color: #CB780C;
}
</style>
border-color css
<style>
span { border-color: #CB780C; }
span { border-color: rgb(203,120,12); }
td.TdClassName
{
border-color: #CB780C;
}
.TagClassName
{
border-color: #CB780C;
}
</style>