Shades of Ochre #CB7B1C
Tints of Ochre #CB7B1C
RGB
CMYK
RGB Variations
Color information
#CB7B1C (or 0xCB7B1C) is known color: Ochre. HEX triplet: CB, 7B and 1C. RGB value is (203,123,28). Sum of RGB (Red+Green+Blue) = 203+123+28=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B1C is #3484E3. Grayscale: #888888. Windows color (decimal): -3441892 or 1866699. OLE color: 1866699.
HSL color Cylindrical-coordinate representation of color #CB7B1C: hue angle of 32.57º 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 #CB7B1C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.20 |
| HSL | 32.57º | 0.76% | 0.45% | - |
| HSV(B) | 32.57º | 0.86% | 0.8% | - |
| XYZ | 31.92 | 26.95 | 4.62 | - |
| YUV | 136.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 28 | 0 | 0.39 | 0.86 | 0.20 | 32.57 | 0.76 | 0.45 |
| Hex | CB | 7B | 1C | 0 | 27 | 56 | 14 | 21 | 4C | 2D |
| Octal | 313 | 173 | 34 | 0 | 47 | 126 | 24 | 41 | 114 | 55 |
| Binary | 11001011 | 1111011 | 11100 | 0 | 100111 | 1010110 | 10100 | 100001 | 1001100 | 101101 |
Color Harmonies of #CB7B1C
Complementary color
Monochromatic Colors of #CB7B1C
Black with #CB7B1C
Text Example
Text Example
White with #CB7B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B1C; }
p { color: rgb(203,123,28); }
H1.HeaderClassName
{
color: #CB7B1C;
}
.AnyTagClassName
{
color: #CB7B1C;
}
</style>
background-color css
<style>
a { background-color: #CB7B1C; }
a { background-color: rgb(203,123,28); }
div.DivClassName
{
background-color: #CB7B1C;
}
.BgClassName
{
background-color: #CB7B1C;
}
</style>
border-color css
<style>
span { border-color: #CB7B1C; }
span { border-color: rgb(203,123,28); }
td.TdClassName
{
border-color: #CB7B1C;
}
.TagClassName
{
border-color: #CB7B1C;
}
</style>