Shades of Ochre #CB750C
Tints of Ochre #CB750C
RGB
CMYK
RGB Variations
Color information
#CB750C (or 0xCB750C) is known color: Ochre. HEX triplet: CB, 75 and 0C. RGB value is (203,117,12). Sum of RGB (Red+Green+Blue) = 203+117+12=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB750C is #348AF3. Grayscale: #838383. Windows color (decimal): -3443444 or 816587. OLE color: 816587.
HSL color Cylindrical-coordinate representation of color #CB750C: hue angle of 32.98º 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 #CB750C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.20 |
| HSL | 32.98º | 0.89% | 0.42% | - |
| HSV(B) | 32.98º | 0.94% | 0.8% | - |
| XYZ | 31.06 | 25.45 | 3.62 | - |
| YUV | 130.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 12 | 0 | 0.42 | 0.94 | 0.20 | 32.98 | 0.89 | 0.42 |
| Hex | CB | 75 | C | 0 | 2A | 5E | 14 | 21 | 59 | 2A |
| Octal | 313 | 165 | 14 | 0 | 52 | 136 | 24 | 41 | 131 | 52 |
| Binary | 11001011 | 1110101 | 1100 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011001 | 101010 |
Color Harmonies of #CB750C
Complementary color
Monochromatic Colors of #CB750C
Black with #CB750C
Text Example
Text Example
White with #CB750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB750C; }
p { color: rgb(203,117,12); }
H1.HeaderClassName
{
color: #CB750C;
}
.AnyTagClassName
{
color: #CB750C;
}
</style>
background-color css
<style>
a { background-color: #CB750C; }
a { background-color: rgb(203,117,12); }
div.DivClassName
{
background-color: #CB750C;
}
.BgClassName
{
background-color: #CB750C;
}
</style>
border-color css
<style>
span { border-color: #CB750C; }
span { border-color: rgb(203,117,12); }
td.TdClassName
{
border-color: #CB750C;
}
.TagClassName
{
border-color: #CB750C;
}
</style>