Shades of Ochre #CC7213
Tints of Ochre #CC7213
RGB
CMYK
RGB Variations
Color information
#CC7213 (or 0xCC7213) is known color: Ochre. HEX triplet: CC, 72 and 13. RGB value is (204,114,19). Sum of RGB (Red+Green+Blue) = 204+114+19=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7213 is #338DEC. Grayscale: #828282. Windows color (decimal): -3378669 or 1274572. OLE color: 1274572.
HSL color Cylindrical-coordinate representation of color #CC7213: hue angle of 30.81º 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 #CC7213 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.2 |
| HSL | 30.81º | 0.83% | 0.44% | - |
| HSV(B) | 30.81º | 0.91% | 0.8% | - |
| XYZ | 31.04 | 24.92 | 3.79 | - |
| YUV | 130.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 19 | 0 | 0.44 | 0.91 | 0.2 | 30.81 | 0.83 | 0.44 |
| Hex | CC | 72 | 13 | 0 | 2C | 5B | 14 | 1F | 53 | 2C |
| Octal | 314 | 162 | 23 | 0 | 54 | 133 | 24 | 37 | 123 | 54 |
| Binary | 11001100 | 1110010 | 10011 | 0 | 101100 | 1011011 | 10100 | 11111 | 1010011 | 101100 |
Color Harmonies of #CC7213
Complementary color
Monochromatic Colors of #CC7213
Black with #CC7213
Text Example
Text Example
White with #CC7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7213; }
p { color: rgb(204,114,19); }
H1.HeaderClassName
{
color: #CC7213;
}
.AnyTagClassName
{
color: #CC7213;
}
</style>
background-color css
<style>
a { background-color: #CC7213; }
a { background-color: rgb(204,114,19); }
div.DivClassName
{
background-color: #CC7213;
}
.BgClassName
{
background-color: #CC7213;
}
</style>
border-color css
<style>
span { border-color: #CC7213; }
span { border-color: rgb(204,114,19); }
td.TdClassName
{
border-color: #CC7213;
}
.TagClassName
{
border-color: #CC7213;
}
</style>