Shades of Ochre #CB781C
Tints of Ochre #CB781C
RGB
CMYK
RGB Variations
Color information
#CB781C (or 0xCB781C) is known color: Ochre. HEX triplet: CB, 78 and 1C. RGB value is (203,120,28). Sum of RGB (Red+Green+Blue) = 203+120+28=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB781C is #3487E3. Grayscale: #868686. Windows color (decimal): -3442660 or 1865931. OLE color: 1865931.
HSL color Cylindrical-coordinate representation of color #CB781C: hue angle of 31.54º 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 #CB781C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.20 |
| HSL | 31.54º | 0.76% | 0.45% | - |
| HSV(B) | 31.54º | 0.86% | 0.8% | - |
| XYZ | 31.55 | 26.21 | 4.5 | - |
| YUV | 134.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 28 | 0 | 0.41 | 0.86 | 0.20 | 31.54 | 0.76 | 0.45 |
| Hex | CB | 78 | 1C | 0 | 29 | 56 | 14 | 20 | 4C | 2D |
| Octal | 313 | 170 | 34 | 0 | 51 | 126 | 24 | 40 | 114 | 55 |
| Binary | 11001011 | 1111000 | 11100 | 0 | 101001 | 1010110 | 10100 | 100000 | 1001100 | 101101 |
Color Harmonies of #CB781C
Complementary color
Monochromatic Colors of #CB781C
Black with #CB781C
Text Example
Text Example
White with #CB781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB781C; }
p { color: rgb(203,120,28); }
H1.HeaderClassName
{
color: #CB781C;
}
.AnyTagClassName
{
color: #CB781C;
}
</style>
background-color css
<style>
a { background-color: #CB781C; }
a { background-color: rgb(203,120,28); }
div.DivClassName
{
background-color: #CB781C;
}
.BgClassName
{
background-color: #CB781C;
}
</style>
border-color css
<style>
span { border-color: #CB781C; }
span { border-color: rgb(203,120,28); }
td.TdClassName
{
border-color: #CB781C;
}
.TagClassName
{
border-color: #CB781C;
}
</style>