Shades of Ochre #CC7314
Tints of Ochre #CC7314
RGB
CMYK
RGB Variations
Color information
#CC7314 (or 0xCC7314) is known color: Ochre. HEX triplet: CC, 73 and 14. RGB value is (204,115,20). Sum of RGB (Red+Green+Blue) = 204+115+20=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7314 is #338CEB. Grayscale: #838383. Windows color (decimal): -3378412 or 1340364. OLE color: 1340364.
HSL color Cylindrical-coordinate representation of color #CC7314: hue angle of 30.98º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7314 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.2 |
| HSL | 30.98º | 0.82% | 0.44% | - |
| HSV(B) | 30.98º | 0.9% | 0.8% | - |
| XYZ | 31.16 | 25.15 | 3.87 | - |
| YUV | 130.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 20 | 0 | 0.44 | 0.90 | 0.2 | 30.98 | 0.82 | 0.44 |
| Hex | CC | 73 | 14 | 0 | 2C | 5A | 14 | 1F | 52 | 2C |
| Octal | 314 | 163 | 24 | 0 | 54 | 132 | 24 | 37 | 122 | 54 |
| Binary | 11001100 | 1110011 | 10100 | 0 | 101100 | 1011010 | 10100 | 11111 | 1010010 | 101100 |
Color Harmonies of #CC7314
Complementary color
Monochromatic Colors of #CC7314
Black with #CC7314
Text Example
Text Example
White with #CC7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7314; }
p { color: rgb(204,115,20); }
H1.HeaderClassName
{
color: #CC7314;
}
.AnyTagClassName
{
color: #CC7314;
}
</style>
background-color css
<style>
a { background-color: #CC7314; }
a { background-color: rgb(204,115,20); }
div.DivClassName
{
background-color: #CC7314;
}
.BgClassName
{
background-color: #CC7314;
}
</style>
border-color css
<style>
span { border-color: #CC7314; }
span { border-color: rgb(204,115,20); }
td.TdClassName
{
border-color: #CC7314;
}
.TagClassName
{
border-color: #CC7314;
}
</style>