Shades of Ochre #CC781A
Tints of Ochre #CC781A
RGB
CMYK
RGB Variations
Color information
#CC781A (or 0xCC781A) is known color: Ochre. HEX triplet: CC, 78 and 1A. RGB value is (204,120,26). Sum of RGB (Red+Green+Blue) = 204+120+26=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC781A is #3387E5. Grayscale: #868686. Windows color (decimal): -3377126 or 1734860. OLE color: 1734860.
HSL color Cylindrical-coordinate representation of color #CC781A: hue angle of 31.69º 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 #CC781A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.2 |
| HSL | 31.69º | 0.77% | 0.45% | - |
| HSV(B) | 31.69º | 0.87% | 0.8% | - |
| XYZ | 31.8 | 26.34 | 4.39 | - |
| YUV | 134.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 26 | 0 | 0.41 | 0.87 | 0.2 | 31.69 | 0.77 | 0.45 |
| Hex | CC | 78 | 1A | 0 | 29 | 57 | 14 | 20 | 4D | 2D |
| Octal | 314 | 170 | 32 | 0 | 51 | 127 | 24 | 40 | 115 | 55 |
| Binary | 11001100 | 1111000 | 11010 | 0 | 101001 | 1010111 | 10100 | 100000 | 1001101 | 101101 |
Color Harmonies of #CC781A
Complementary color
Monochromatic Colors of #CC781A
Black with #CC781A
Text Example
Text Example
White with #CC781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC781A; }
p { color: rgb(204,120,26); }
H1.HeaderClassName
{
color: #CC781A;
}
.AnyTagClassName
{
color: #CC781A;
}
</style>
background-color css
<style>
a { background-color: #CC781A; }
a { background-color: rgb(204,120,26); }
div.DivClassName
{
background-color: #CC781A;
}
.BgClassName
{
background-color: #CC781A;
}
</style>
border-color css
<style>
span { border-color: #CC781A; }
span { border-color: rgb(204,120,26); }
td.TdClassName
{
border-color: #CC781A;
}
.TagClassName
{
border-color: #CC781A;
}
</style>