Shades of Ochre #CC841D
Tints of Ochre #CC841D
RGB
CMYK
RGB Variations
Color information
#CC841D (or 0xCC841D) is known color: Ochre. HEX triplet: CC, 84 and 1D. RGB value is (204,132,29). Sum of RGB (Red+Green+Blue) = 204+132+29=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC841D is #337BE2. Grayscale: #8E8E8E. Windows color (decimal): -3374051 or 1934540. OLE color: 1934540.
HSL color Cylindrical-coordinate representation of color #CC841D: hue angle of 35.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC841D is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 29 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.2 |
| HSL | 35.31º | 0.75% | 0.46% | - |
| HSV(B) | 35.31º | 0.86% | 0.8% | - |
| XYZ | 33.37 | 29.43 | 5.08 | - |
| YUV | 141.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 29 | 0 | 0.35 | 0.86 | 0.2 | 35.31 | 0.75 | 0.46 |
| Hex | CC | 84 | 1D | 0 | 23 | 56 | 14 | 23 | 4B | 2E |
| Octal | 314 | 204 | 35 | 0 | 43 | 126 | 24 | 43 | 113 | 56 |
| Binary | 11001100 | 10000100 | 11101 | 0 | 100011 | 1010110 | 10100 | 100011 | 1001011 | 101110 |
Color Harmonies of #CC841D
Complementary color
Monochromatic Colors of #CC841D
Black with #CC841D
Text Example
Text Example
White with #CC841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC841D; }
p { color: rgb(204,132,29); }
H1.HeaderClassName
{
color: #CC841D;
}
.AnyTagClassName
{
color: #CC841D;
}
</style>
background-color css
<style>
a { background-color: #CC841D; }
a { background-color: rgb(204,132,29); }
div.DivClassName
{
background-color: #CC841D;
}
.BgClassName
{
background-color: #CC841D;
}
</style>
border-color css
<style>
span { border-color: #CC841D; }
span { border-color: rgb(204,132,29); }
td.TdClassName
{
border-color: #CC841D;
}
.TagClassName
{
border-color: #CC841D;
}
</style>