Shades of Ochre #CC7313
Tints of Ochre #CC7313
RGB
CMYK
RGB Variations
Color information
#CC7313 (or 0xCC7313) is known color: Ochre. HEX triplet: CC, 73 and 13. RGB value is (204,115,19). Sum of RGB (Red+Green+Blue) = 204+115+19=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7313 is #338CEC. Grayscale: #838383. Windows color (decimal): -3378413 or 1274828. OLE color: 1274828.
HSL color Cylindrical-coordinate representation of color #CC7313: hue angle of 31.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7313 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.2 |
| HSL | 31.14º | 0.83% | 0.44% | - |
| HSV(B) | 31.14º | 0.91% | 0.8% | - |
| XYZ | 31.15 | 25.15 | 3.83 | - |
| YUV | 130.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 19 | 0 | 0.44 | 0.91 | 0.2 | 31.14 | 0.83 | 0.44 |
| Hex | CC | 73 | 13 | 0 | 2C | 5B | 14 | 1F | 53 | 2C |
| Octal | 314 | 163 | 23 | 0 | 54 | 133 | 24 | 37 | 123 | 54 |
| Binary | 11001100 | 1110011 | 10011 | 0 | 101100 | 1011011 | 10100 | 11111 | 1010011 | 101100 |
Color Harmonies of #CC7313
Complementary color
Monochromatic Colors of #CC7313
Black with #CC7313
Text Example
Text Example
White with #CC7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7313; }
p { color: rgb(204,115,19); }
H1.HeaderClassName
{
color: #CC7313;
}
.AnyTagClassName
{
color: #CC7313;
}
</style>
background-color css
<style>
a { background-color: #CC7313; }
a { background-color: rgb(204,115,19); }
div.DivClassName
{
background-color: #CC7313;
}
.BgClassName
{
background-color: #CC7313;
}
</style>
border-color css
<style>
span { border-color: #CC7313; }
span { border-color: rgb(204,115,19); }
td.TdClassName
{
border-color: #CC7313;
}
.TagClassName
{
border-color: #CC7313;
}
</style>