Shades of Ochre #CB8217
Tints of Ochre #CB8217
RGB
CMYK
RGB Variations
Color information
#CB8217 (or 0xCB8217) is known color: Ochre. HEX triplet: CB, 82 and 17. RGB value is (203,130,23). Sum of RGB (Red+Green+Blue) = 203+130+23=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8217 is #347DE8. Grayscale: #8C8C8C. Windows color (decimal): -3440105 or 1540811. OLE color: 1540811.
HSL color Cylindrical-coordinate representation of color #CB8217: hue angle of 35.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8217 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 23 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.20 |
| HSL | 35.67º | 0.8% | 0.44% | - |
| HSV(B) | 35.67º | 0.89% | 0.8% | - |
| XYZ | 32.77 | 28.72 | 4.63 | - |
| YUV | 139.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 23 | 0 | 0.36 | 0.89 | 0.20 | 35.67 | 0.8 | 0.44 |
| Hex | CB | 82 | 17 | 0 | 24 | 59 | 14 | 24 | 50 | 2C |
| Octal | 313 | 202 | 27 | 0 | 44 | 131 | 24 | 44 | 120 | 54 |
| Binary | 11001011 | 10000010 | 10111 | 0 | 100100 | 1011001 | 10100 | 100100 | 1010000 | 101100 |
Color Harmonies of #CB8217
Complementary color
Monochromatic Colors of #CB8217
Black with #CB8217
Text Example
Text Example
White with #CB8217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8217; }
p { color: rgb(203,130,23); }
H1.HeaderClassName
{
color: #CB8217;
}
.AnyTagClassName
{
color: #CB8217;
}
</style>
background-color css
<style>
a { background-color: #CB8217; }
a { background-color: rgb(203,130,23); }
div.DivClassName
{
background-color: #CB8217;
}
.BgClassName
{
background-color: #CB8217;
}
</style>
border-color css
<style>
span { border-color: #CB8217; }
span { border-color: rgb(203,130,23); }
td.TdClassName
{
border-color: #CB8217;
}
.TagClassName
{
border-color: #CB8217;
}
</style>