Shades of Ochre #CC750A
Tints of Ochre #CC750A
RGB
CMYK
RGB Variations
Color information
#CC750A (or 0xCC750A) is known color: Ochre. HEX triplet: CC, 75 and 0A. RGB value is (204,117,10). Sum of RGB (Red+Green+Blue) = 204+117+10=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC750A is #338AF5. Grayscale: #838383. Windows color (decimal): -3377910 or 685516. OLE color: 685516.
HSL color Cylindrical-coordinate representation of color #CC750A: hue angle of 33.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC750A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.2 |
| HSL | 33.09º | 0.91% | 0.42% | - |
| HSV(B) | 33.09º | 0.95% | 0.8% | - |
| XYZ | 31.32 | 25.58 | 3.57 | - |
| YUV | 130.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 10 | 0 | 0.43 | 0.95 | 0.2 | 33.09 | 0.91 | 0.42 |
| Hex | CC | 75 | A | 0 | 2B | 5F | 14 | 21 | 5B | 2A |
| Octal | 314 | 165 | 12 | 0 | 53 | 137 | 24 | 41 | 133 | 52 |
| Binary | 11001100 | 1110101 | 1010 | 0 | 101011 | 1011111 | 10100 | 100001 | 1011011 | 101010 |
Color Harmonies of #CC750A
Complementary color
Monochromatic Colors of #CC750A
Black with #CC750A
Text Example
Text Example
White with #CC750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC750A; }
p { color: rgb(204,117,10); }
H1.HeaderClassName
{
color: #CC750A;
}
.AnyTagClassName
{
color: #CC750A;
}
</style>
background-color css
<style>
a { background-color: #CC750A; }
a { background-color: rgb(204,117,10); }
div.DivClassName
{
background-color: #CC750A;
}
.BgClassName
{
background-color: #CC750A;
}
</style>
border-color css
<style>
span { border-color: #CC750A; }
span { border-color: rgb(204,117,10); }
td.TdClassName
{
border-color: #CC750A;
}
.TagClassName
{
border-color: #CC750A;
}
</style>