Shades of Ochre #CB811C
Tints of Ochre #CB811C
RGB
CMYK
RGB Variations
Color information
#CB811C (or 0xCB811C) is known color: Ochre. HEX triplet: CB, 81 and 1C. RGB value is (203,129,28). Sum of RGB (Red+Green+Blue) = 203+129+28=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811C is #347EE3. Grayscale: #8C8C8C. Windows color (decimal): -3440356 or 1868235. OLE color: 1868235.
HSL color Cylindrical-coordinate representation of color #CB811C: hue angle of 34.63º 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 #CB811C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 28 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.20 |
| HSL | 34.63º | 0.76% | 0.45% | - |
| HSV(B) | 34.63º | 0.86% | 0.8% | - |
| XYZ | 32.69 | 28.48 | 4.87 | - |
| YUV | 139.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 28 | 0 | 0.36 | 0.86 | 0.20 | 34.63 | 0.76 | 0.45 |
| Hex | CB | 81 | 1C | 0 | 24 | 56 | 14 | 23 | 4C | 2D |
| Octal | 313 | 201 | 34 | 0 | 44 | 126 | 24 | 43 | 114 | 55 |
| Binary | 11001011 | 10000001 | 11100 | 0 | 100100 | 1010110 | 10100 | 100011 | 1001100 | 101101 |
Color Harmonies of #CB811C
Complementary color
Monochromatic Colors of #CB811C
Black with #CB811C
Text Example
Text Example
White with #CB811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB811C; }
p { color: rgb(203,129,28); }
H1.HeaderClassName
{
color: #CB811C;
}
.AnyTagClassName
{
color: #CB811C;
}
</style>
background-color css
<style>
a { background-color: #CB811C; }
a { background-color: rgb(203,129,28); }
div.DivClassName
{
background-color: #CB811C;
}
.BgClassName
{
background-color: #CB811C;
}
</style>
border-color css
<style>
span { border-color: #CB811C; }
span { border-color: rgb(203,129,28); }
td.TdClassName
{
border-color: #CB811C;
}
.TagClassName
{
border-color: #CB811C;
}
</style>