Shades of Ochre #CC751A
Tints of Ochre #CC751A
RGB
CMYK
RGB Variations
Color information
#CC751A (or 0xCC751A) is known color: Ochre. HEX triplet: CC, 75 and 1A. RGB value is (204,117,26). Sum of RGB (Red+Green+Blue) = 204+117+26=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC751A is #338AE5. Grayscale: #858585. Windows color (decimal): -3377894 or 1734092. OLE color: 1734092.
HSL color Cylindrical-coordinate representation of color #CC751A: hue angle of 30.67º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC751A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.2 |
| HSL | 30.67º | 0.77% | 0.45% | - |
| HSV(B) | 30.67º | 0.87% | 0.8% | - |
| XYZ | 31.45 | 25.63 | 4.27 | - |
| YUV | 132.64 | 67.82 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 26 | 0 | 0.43 | 0.87 | 0.2 | 30.67 | 0.77 | 0.45 |
| Hex | CC | 75 | 1A | 0 | 2B | 57 | 14 | 1F | 4D | 2D |
| Octal | 314 | 165 | 32 | 0 | 53 | 127 | 24 | 37 | 115 | 55 |
| Binary | 11001100 | 1110101 | 11010 | 0 | 101011 | 1010111 | 10100 | 11111 | 1001101 | 101101 |
Color Harmonies of #CC751A
Complementary color
Monochromatic Colors of #CC751A
Black with #CC751A
Text Example
Text Example
White with #CC751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC751A; }
p { color: rgb(204,117,26); }
H1.HeaderClassName
{
color: #CC751A;
}
.AnyTagClassName
{
color: #CC751A;
}
</style>
background-color css
<style>
a { background-color: #CC751A; }
a { background-color: rgb(204,117,26); }
div.DivClassName
{
background-color: #CC751A;
}
.BgClassName
{
background-color: #CC751A;
}
</style>
border-color css
<style>
span { border-color: #CC751A; }
span { border-color: rgb(204,117,26); }
td.TdClassName
{
border-color: #CC751A;
}
.TagClassName
{
border-color: #CC751A;
}
</style>