Shades of Ochre #CC7D1B
Tints of Ochre #CC7D1B
RGB
CMYK
RGB Variations
Color information
#CC7D1B (or 0xCC7D1B) is known color: Ochre. HEX triplet: CC, 7D and 1B. RGB value is (204,125,27). Sum of RGB (Red+Green+Blue) = 204+125+27=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D1B is #3382E4. Grayscale: #898989. Windows color (decimal): -3375845 or 1801676. OLE color: 1801676.
HSL color Cylindrical-coordinate representation of color #CC7D1B: hue angle of 33.22º 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 #CC7D1B is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 27 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.2 |
| HSL | 33.22º | 0.77% | 0.45% | - |
| HSV(B) | 33.22º | 0.87% | 0.8% | - |
| XYZ | 32.43 | 27.58 | 4.65 | - |
| YUV | 137.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 27 | 0 | 0.39 | 0.87 | 0.2 | 33.22 | 0.77 | 0.45 |
| Hex | CC | 7D | 1B | 0 | 27 | 57 | 14 | 21 | 4D | 2D |
| Octal | 314 | 175 | 33 | 0 | 47 | 127 | 24 | 41 | 115 | 55 |
| Binary | 11001100 | 1111101 | 11011 | 0 | 100111 | 1010111 | 10100 | 100001 | 1001101 | 101101 |
Color Harmonies of #CC7D1B
Complementary color
Monochromatic Colors of #CC7D1B
Black with #CC7D1B
Text Example
Text Example
White with #CC7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D1B; }
p { color: rgb(204,125,27); }
H1.HeaderClassName
{
color: #CC7D1B;
}
.AnyTagClassName
{
color: #CC7D1B;
}
</style>
background-color css
<style>
a { background-color: #CC7D1B; }
a { background-color: rgb(204,125,27); }
div.DivClassName
{
background-color: #CC7D1B;
}
.BgClassName
{
background-color: #CC7D1B;
}
</style>
border-color css
<style>
span { border-color: #CC7D1B; }
span { border-color: rgb(204,125,27); }
td.TdClassName
{
border-color: #CC7D1B;
}
.TagClassName
{
border-color: #CC7D1B;
}
</style>