Shades of Ochre #CC851A
Tints of Ochre #CC851A
RGB
CMYK
RGB Variations
Color information
#CC851A (or 0xCC851A) is known color: Ochre. HEX triplet: CC, 85 and 1A. RGB value is (204,133,26). Sum of RGB (Red+Green+Blue) = 204+133+26=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC851A is #337AE5. Grayscale: #8E8E8E. Windows color (decimal): -3373798 or 1738188. OLE color: 1738188.
HSL color Cylindrical-coordinate representation of color #CC851A: hue angle of 36.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC851A is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 26 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.2 |
| HSL | 36.07º | 0.77% | 0.45% | - |
| HSV(B) | 36.07º | 0.87% | 0.8% | - |
| XYZ | 33.48 | 29.69 | 4.94 | - |
| YUV | 142.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 26 | 0 | 0.35 | 0.87 | 0.2 | 36.07 | 0.77 | 0.45 |
| Hex | CC | 85 | 1A | 0 | 23 | 57 | 14 | 24 | 4D | 2D |
| Octal | 314 | 205 | 32 | 0 | 43 | 127 | 24 | 44 | 115 | 55 |
| Binary | 11001100 | 10000101 | 11010 | 0 | 100011 | 1010111 | 10100 | 100100 | 1001101 | 101101 |
Color Harmonies of #CC851A
Complementary color
Monochromatic Colors of #CC851A
Black with #CC851A
Text Example
Text Example
White with #CC851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC851A; }
p { color: rgb(204,133,26); }
H1.HeaderClassName
{
color: #CC851A;
}
.AnyTagClassName
{
color: #CC851A;
}
</style>
background-color css
<style>
a { background-color: #CC851A; }
a { background-color: rgb(204,133,26); }
div.DivClassName
{
background-color: #CC851A;
}
.BgClassName
{
background-color: #CC851A;
}
</style>
border-color css
<style>
span { border-color: #CC851A; }
span { border-color: rgb(204,133,26); }
td.TdClassName
{
border-color: #CC851A;
}
.TagClassName
{
border-color: #CC851A;
}
</style>