Shades of Ochre #CB710C
Tints of Ochre #CB710C
RGB
CMYK
RGB Variations
Color information
#CB710C (or 0xCB710C) is known color: Ochre. HEX triplet: CB, 71 and 0C. RGB value is (203,113,12). Sum of RGB (Red+Green+Blue) = 203+113+12=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB710C is #348EF3. Grayscale: #808080. Windows color (decimal): -3444468 or 815563. OLE color: 815563.
HSL color Cylindrical-coordinate representation of color #CB710C: hue angle of 31.73º 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 #CB710C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.20 |
| HSL | 31.73º | 0.89% | 0.42% | - |
| HSV(B) | 31.73º | 0.94% | 0.8% | - |
| XYZ | 30.6 | 24.53 | 3.47 | - |
| YUV | 128.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 12 | 0 | 0.44 | 0.94 | 0.20 | 31.73 | 0.89 | 0.42 |
| Hex | CB | 71 | C | 0 | 2C | 5E | 14 | 20 | 59 | 2A |
| Octal | 313 | 161 | 14 | 0 | 54 | 136 | 24 | 40 | 131 | 52 |
| Binary | 11001011 | 1110001 | 1100 | 0 | 101100 | 1011110 | 10100 | 100000 | 1011001 | 101010 |
Color Harmonies of #CB710C
Complementary color
Monochromatic Colors of #CB710C
Black with #CB710C
Text Example
Text Example
White with #CB710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB710C; }
p { color: rgb(203,113,12); }
H1.HeaderClassName
{
color: #CB710C;
}
.AnyTagClassName
{
color: #CB710C;
}
</style>
background-color css
<style>
a { background-color: #CB710C; }
a { background-color: rgb(203,113,12); }
div.DivClassName
{
background-color: #CB710C;
}
.BgClassName
{
background-color: #CB710C;
}
</style>
border-color css
<style>
span { border-color: #CB710C; }
span { border-color: rgb(203,113,12); }
td.TdClassName
{
border-color: #CB710C;
}
.TagClassName
{
border-color: #CB710C;
}
</style>