Shades of Ochre #CC8313
Tints of Ochre #CC8313
RGB
CMYK
RGB Variations
Color information
#CC8313 (or 0xCC8313) is known color: Ochre. HEX triplet: CC, 83 and 13. RGB value is (204,131,19). Sum of RGB (Red+Green+Blue) = 204+131+19=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8313 is #337CEC. Grayscale: #8C8C8C. Windows color (decimal): -3374317 or 1278924. OLE color: 1278924.
HSL color Cylindrical-coordinate representation of color #CC8313: hue angle of 36.32º 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 #CC8313 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.2 |
| HSL | 36.32º | 0.83% | 0.44% | - |
| HSV(B) | 36.32º | 0.91% | 0.8% | - |
| XYZ | 33.14 | 29.12 | 4.49 | - |
| YUV | 140.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 19 | 0 | 0.36 | 0.91 | 0.2 | 36.32 | 0.83 | 0.44 |
| Hex | CC | 83 | 13 | 0 | 24 | 5B | 14 | 24 | 53 | 2C |
| Octal | 314 | 203 | 23 | 0 | 44 | 133 | 24 | 44 | 123 | 54 |
| Binary | 11001100 | 10000011 | 10011 | 0 | 100100 | 1011011 | 10100 | 100100 | 1010011 | 101100 |
Color Harmonies of #CC8313
Complementary color
Monochromatic Colors of #CC8313
Black with #CC8313
Text Example
Text Example
White with #CC8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8313; }
p { color: rgb(204,131,19); }
H1.HeaderClassName
{
color: #CC8313;
}
.AnyTagClassName
{
color: #CC8313;
}
</style>
background-color css
<style>
a { background-color: #CC8313; }
a { background-color: rgb(204,131,19); }
div.DivClassName
{
background-color: #CC8313;
}
.BgClassName
{
background-color: #CC8313;
}
</style>
border-color css
<style>
span { border-color: #CC8313; }
span { border-color: rgb(204,131,19); }
td.TdClassName
{
border-color: #CC8313;
}
.TagClassName
{
border-color: #CC8313;
}
</style>