Shades of Ochre #CC7D1D
Tints of Ochre #CC7D1D
RGB
CMYK
RGB Variations
Color information
#CC7D1D (or 0xCC7D1D) is known color: Ochre. HEX triplet: CC, 7D and 1D. RGB value is (204,125,29). Sum of RGB (Red+Green+Blue) = 204+125+29=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D1D is #3382E2. Grayscale: #8A8A8A. Windows color (decimal): -3375843 or 1932748. OLE color: 1932748.
HSL color Cylindrical-coordinate representation of color #CC7D1D: hue angle of 32.91º 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 #CC7D1D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 29 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.2 |
| HSL | 32.91º | 0.75% | 0.46% | - |
| HSV(B) | 32.91º | 0.86% | 0.8% | - |
| XYZ | 32.46 | 27.59 | 4.78 | - |
| YUV | 137.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 29 | 0 | 0.39 | 0.86 | 0.2 | 32.91 | 0.75 | 0.46 |
| Hex | CC | 7D | 1D | 0 | 27 | 56 | 14 | 21 | 4B | 2E |
| Octal | 314 | 175 | 35 | 0 | 47 | 126 | 24 | 41 | 113 | 56 |
| Binary | 11001100 | 1111101 | 11101 | 0 | 100111 | 1010110 | 10100 | 100001 | 1001011 | 101110 |
Color Harmonies of #CC7D1D
Complementary color
Monochromatic Colors of #CC7D1D
Black with #CC7D1D
Text Example
Text Example
White with #CC7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D1D; }
p { color: rgb(204,125,29); }
H1.HeaderClassName
{
color: #CC7D1D;
}
.AnyTagClassName
{
color: #CC7D1D;
}
</style>
background-color css
<style>
a { background-color: #CC7D1D; }
a { background-color: rgb(204,125,29); }
div.DivClassName
{
background-color: #CC7D1D;
}
.BgClassName
{
background-color: #CC7D1D;
}
</style>
border-color css
<style>
span { border-color: #CC7D1D; }
span { border-color: rgb(204,125,29); }
td.TdClassName
{
border-color: #CC7D1D;
}
.TagClassName
{
border-color: #CC7D1D;
}
</style>