Shades of Ochre #CC780A
Tints of Ochre #CC780A
RGB
CMYK
RGB Variations
Color information
#CC780A (or 0xCC780A) is known color: Ochre. HEX triplet: CC, 78 and 0A. RGB value is (204,120,10). Sum of RGB (Red+Green+Blue) = 204+120+10=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC780A is #3387F5. Grayscale: #858585. Windows color (decimal): -3377142 or 686284. OLE color: 686284.
HSL color Cylindrical-coordinate representation of color #CC780A: hue angle of 34.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC780A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.2 |
| HSL | 34.02º | 0.91% | 0.42% | - |
| HSV(B) | 34.02º | 0.95% | 0.8% | - |
| XYZ | 31.67 | 26.29 | 3.69 | - |
| YUV | 132.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 10 | 0 | 0.41 | 0.95 | 0.2 | 34.02 | 0.91 | 0.42 |
| Hex | CC | 78 | A | 0 | 29 | 5F | 14 | 22 | 5B | 2A |
| Octal | 314 | 170 | 12 | 0 | 51 | 137 | 24 | 42 | 133 | 52 |
| Binary | 11001100 | 1111000 | 1010 | 0 | 101001 | 1011111 | 10100 | 100010 | 1011011 | 101010 |
Color Harmonies of #CC780A
Complementary color
Monochromatic Colors of #CC780A
Black with #CC780A
Text Example
Text Example
White with #CC780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC780A; }
p { color: rgb(204,120,10); }
H1.HeaderClassName
{
color: #CC780A;
}
.AnyTagClassName
{
color: #CC780A;
}
</style>
background-color css
<style>
a { background-color: #CC780A; }
a { background-color: rgb(204,120,10); }
div.DivClassName
{
background-color: #CC780A;
}
.BgClassName
{
background-color: #CC780A;
}
</style>
border-color css
<style>
span { border-color: #CC780A; }
span { border-color: rgb(204,120,10); }
td.TdClassName
{
border-color: #CC780A;
}
.TagClassName
{
border-color: #CC780A;
}
</style>