Shades of Ochre #CB791C
Tints of Ochre #CB791C
RGB
CMYK
RGB Variations
Color information
#CB791C (or 0xCB791C) is known color: Ochre. HEX triplet: CB, 79 and 1C. RGB value is (203,121,28). Sum of RGB (Red+Green+Blue) = 203+121+28=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB791C is #3486E3. Grayscale: #878787. Windows color (decimal): -3442404 or 1866187. OLE color: 1866187.
HSL color Cylindrical-coordinate representation of color #CB791C: hue angle of 31.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB791C is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 28 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.20 |
| HSL | 31.89º | 0.76% | 0.45% | - |
| HSV(B) | 31.89º | 0.86% | 0.8% | - |
| XYZ | 31.68 | 26.46 | 4.54 | - |
| YUV | 134.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 28 | 0 | 0.40 | 0.86 | 0.20 | 31.89 | 0.76 | 0.45 |
| Hex | CB | 79 | 1C | 0 | 28 | 56 | 14 | 20 | 4C | 2D |
| Octal | 313 | 171 | 34 | 0 | 50 | 126 | 24 | 40 | 114 | 55 |
| Binary | 11001011 | 1111001 | 11100 | 0 | 101000 | 1010110 | 10100 | 100000 | 1001100 | 101101 |
Color Harmonies of #CB791C
Complementary color
Monochromatic Colors of #CB791C
Black with #CB791C
Text Example
Text Example
White with #CB791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB791C; }
p { color: rgb(203,121,28); }
H1.HeaderClassName
{
color: #CB791C;
}
.AnyTagClassName
{
color: #CB791C;
}
</style>
background-color css
<style>
a { background-color: #CB791C; }
a { background-color: rgb(203,121,28); }
div.DivClassName
{
background-color: #CB791C;
}
.BgClassName
{
background-color: #CB791C;
}
</style>
border-color css
<style>
span { border-color: #CB791C; }
span { border-color: rgb(203,121,28); }
td.TdClassName
{
border-color: #CB791C;
}
.TagClassName
{
border-color: #CB791C;
}
</style>