Shades of Ochre #CC811D
Tints of Ochre #CC811D
RGB
CMYK
RGB Variations
Color information
#CC811D (or 0xCC811D) is known color: Ochre. HEX triplet: CC, 81 and 1D. RGB value is (204,129,29). Sum of RGB (Red+Green+Blue) = 204+129+29=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC811D is #337EE2. Grayscale: #8C8C8C. Windows color (decimal): -3374819 or 1933772. OLE color: 1933772.
HSL color Cylindrical-coordinate representation of color #CC811D: hue angle of 34.29º 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 #CC811D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.2 |
| HSL | 34.29º | 0.75% | 0.46% | - |
| HSV(B) | 34.29º | 0.86% | 0.8% | - |
| XYZ | 32.97 | 28.63 | 4.95 | - |
| YUV | 140.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 29 | 0 | 0.37 | 0.86 | 0.2 | 34.29 | 0.75 | 0.46 |
| Hex | CC | 81 | 1D | 0 | 25 | 56 | 14 | 22 | 4B | 2E |
| Octal | 314 | 201 | 35 | 0 | 45 | 126 | 24 | 42 | 113 | 56 |
| Binary | 11001100 | 10000001 | 11101 | 0 | 100101 | 1010110 | 10100 | 100010 | 1001011 | 101110 |
Color Harmonies of #CC811D
Complementary color
Monochromatic Colors of #CC811D
Black with #CC811D
Text Example
Text Example
White with #CC811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC811D; }
p { color: rgb(204,129,29); }
H1.HeaderClassName
{
color: #CC811D;
}
.AnyTagClassName
{
color: #CC811D;
}
</style>
background-color css
<style>
a { background-color: #CC811D; }
a { background-color: rgb(204,129,29); }
div.DivClassName
{
background-color: #CC811D;
}
.BgClassName
{
background-color: #CC811D;
}
</style>
border-color css
<style>
span { border-color: #CC811D; }
span { border-color: rgb(204,129,29); }
td.TdClassName
{
border-color: #CC811D;
}
.TagClassName
{
border-color: #CC811D;
}
</style>