Shades of Ochre #CC7408
Tints of Ochre #CC7408
RGB
CMYK
RGB Variations
Color information
#CC7408 (or 0xCC7408) is known color: Ochre. HEX triplet: CC, 74 and 08. RGB value is (204,116,8). Sum of RGB (Red+Green+Blue) = 204+116+8=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7408 is #338BF7. Grayscale: #828282. Windows color (decimal): -3378168 or 554188. OLE color: 554188.
HSL color Cylindrical-coordinate representation of color #CC7408: hue angle of 33.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC7408 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.2 |
| HSL | 33.06º | 0.92% | 0.42% | - |
| HSV(B) | 33.06º | 0.96% | 0.8% | - |
| XYZ | 31.19 | 25.35 | 3.48 | - |
| YUV | 130 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 8 | 0 | 0.43 | 0.96 | 0.2 | 33.06 | 0.92 | 0.42 |
| Hex | CC | 74 | 8 | 0 | 2B | 60 | 14 | 21 | 5C | 2A |
| Octal | 314 | 164 | 10 | 0 | 53 | 140 | 24 | 41 | 134 | 52 |
| Binary | 11001100 | 1110100 | 1000 | 0 | 101011 | 1100000 | 10100 | 100001 | 1011100 | 101010 |
Color Harmonies of #CC7408
Complementary color
Monochromatic Colors of #CC7408
Black with #CC7408
Text Example
Text Example
White with #CC7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7408; }
p { color: rgb(204,116,8); }
H1.HeaderClassName
{
color: #CC7408;
}
.AnyTagClassName
{
color: #CC7408;
}
</style>
background-color css
<style>
a { background-color: #CC7408; }
a { background-color: rgb(204,116,8); }
div.DivClassName
{
background-color: #CC7408;
}
.BgClassName
{
background-color: #CC7408;
}
</style>
border-color css
<style>
span { border-color: #CC7408; }
span { border-color: rgb(204,116,8); }
td.TdClassName
{
border-color: #CC7408;
}
.TagClassName
{
border-color: #CC7408;
}
</style>