Shades of Ochre #CC781D
Tints of Ochre #CC781D
RGB
CMYK
RGB Variations
Color information
#CC781D (or 0xCC781D) is known color: Ochre. HEX triplet: CC, 78 and 1D. RGB value is (204,120,29). Sum of RGB (Red+Green+Blue) = 204+120+29=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC781D is #3387E2. Grayscale: #878787. Windows color (decimal): -3377123 or 1931468. OLE color: 1931468.
HSL color Cylindrical-coordinate representation of color #CC781D: hue angle of 31.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC781D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.2 |
| HSL | 31.2º | 0.75% | 0.46% | - |
| HSV(B) | 31.2º | 0.86% | 0.8% | - |
| XYZ | 31.84 | 26.36 | 4.57 | - |
| YUV | 134.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 29 | 0 | 0.41 | 0.86 | 0.2 | 31.2 | 0.75 | 0.46 |
| Hex | CC | 78 | 1D | 0 | 29 | 56 | 14 | 1F | 4B | 2E |
| Octal | 314 | 170 | 35 | 0 | 51 | 126 | 24 | 37 | 113 | 56 |
| Binary | 11001100 | 1111000 | 11101 | 0 | 101001 | 1010110 | 10100 | 11111 | 1001011 | 101110 |
Color Harmonies of #CC781D
Complementary color
Monochromatic Colors of #CC781D
Black with #CC781D
Text Example
Text Example
White with #CC781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC781D; }
p { color: rgb(204,120,29); }
H1.HeaderClassName
{
color: #CC781D;
}
.AnyTagClassName
{
color: #CC781D;
}
</style>
background-color css
<style>
a { background-color: #CC781D; }
a { background-color: rgb(204,120,29); }
div.DivClassName
{
background-color: #CC781D;
}
.BgClassName
{
background-color: #CC781D;
}
</style>
border-color css
<style>
span { border-color: #CC781D; }
span { border-color: rgb(204,120,29); }
td.TdClassName
{
border-color: #CC781D;
}
.TagClassName
{
border-color: #CC781D;
}
</style>