Shades of Ochre #CC771C
Tints of Ochre #CC771C
RGB
CMYK
RGB Variations
Color information
#CC771C (or 0xCC771C) is known color: Ochre. HEX triplet: CC, 77 and 1C. RGB value is (204,119,28). Sum of RGB (Red+Green+Blue) = 204+119+28=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC771C is #3388E3. Grayscale: #868686. Windows color (decimal): -3377380 or 1865676. OLE color: 1865676.
HSL color Cylindrical-coordinate representation of color #CC771C: hue angle of 31.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC771C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.2 |
| HSL | 31.02º | 0.76% | 0.45% | - |
| HSV(B) | 31.02º | 0.86% | 0.8% | - |
| XYZ | 31.71 | 26.11 | 4.47 | - |
| YUV | 134.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 28 | 0 | 0.42 | 0.86 | 0.2 | 31.02 | 0.76 | 0.45 |
| Hex | CC | 77 | 1C | 0 | 2A | 56 | 14 | 1F | 4C | 2D |
| Octal | 314 | 167 | 34 | 0 | 52 | 126 | 24 | 37 | 114 | 55 |
| Binary | 11001100 | 1110111 | 11100 | 0 | 101010 | 1010110 | 10100 | 11111 | 1001100 | 101101 |
Color Harmonies of #CC771C
Complementary color
Monochromatic Colors of #CC771C
Black with #CC771C
Text Example
Text Example
White with #CC771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC771C; }
p { color: rgb(204,119,28); }
H1.HeaderClassName
{
color: #CC771C;
}
.AnyTagClassName
{
color: #CC771C;
}
</style>
background-color css
<style>
a { background-color: #CC771C; }
a { background-color: rgb(204,119,28); }
div.DivClassName
{
background-color: #CC771C;
}
.BgClassName
{
background-color: #CC771C;
}
</style>
border-color css
<style>
span { border-color: #CC771C; }
span { border-color: rgb(204,119,28); }
td.TdClassName
{
border-color: #CC771C;
}
.TagClassName
{
border-color: #CC771C;
}
</style>