Shades of Ochre #CC761D
Tints of Ochre #CC761D
RGB
CMYK
RGB Variations
Color information
#CC761D (or 0xCC761D) is known color: Ochre. HEX triplet: CC, 76 and 1D. RGB value is (204,118,29). Sum of RGB (Red+Green+Blue) = 204+118+29=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC761D is #3389E2. Grayscale: #868686. Windows color (decimal): -3377635 or 1930956. OLE color: 1930956.
HSL color Cylindrical-coordinate representation of color #CC761D: hue angle of 30.51º 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 #CC761D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.2 |
| HSL | 30.51º | 0.75% | 0.46% | - |
| HSV(B) | 30.51º | 0.86% | 0.8% | - |
| XYZ | 31.6 | 25.88 | 4.49 | - |
| YUV | 133.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 29 | 0 | 0.42 | 0.86 | 0.2 | 30.51 | 0.75 | 0.46 |
| Hex | CC | 76 | 1D | 0 | 2A | 56 | 14 | 1F | 4B | 2E |
| Octal | 314 | 166 | 35 | 0 | 52 | 126 | 24 | 37 | 113 | 56 |
| Binary | 11001100 | 1110110 | 11101 | 0 | 101010 | 1010110 | 10100 | 11111 | 1001011 | 101110 |
Color Harmonies of #CC761D
Complementary color
Monochromatic Colors of #CC761D
Black with #CC761D
Text Example
Text Example
White with #CC761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC761D; }
p { color: rgb(204,118,29); }
H1.HeaderClassName
{
color: #CC761D;
}
.AnyTagClassName
{
color: #CC761D;
}
</style>
background-color css
<style>
a { background-color: #CC761D; }
a { background-color: rgb(204,118,29); }
div.DivClassName
{
background-color: #CC761D;
}
.BgClassName
{
background-color: #CC761D;
}
</style>
border-color css
<style>
span { border-color: #CC761D; }
span { border-color: rgb(204,118,29); }
td.TdClassName
{
border-color: #CC761D;
}
.TagClassName
{
border-color: #CC761D;
}
</style>