Shades of Ochre #CC752B
Tints of Ochre #CC752B
RGB
CMYK
RGB Variations
Color information
#CC752B (or 0xCC752B) is known color: Ochre. HEX triplet: CC, 75 and 2B. RGB value is (204,117,43). Sum of RGB (Red+Green+Blue) = 204+117+43=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC752B is #338AD4. Grayscale: #868686. Windows color (decimal): -3377877 or 2848204. OLE color: 2848204.
HSL color Cylindrical-coordinate representation of color #CC752B: hue angle of 27.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC752B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.2 |
| HSL | 27.58º | 0.65% | 0.48% | - |
| HSV(B) | 27.58º | 0.79% | 0.8% | - |
| XYZ | 31.7 | 25.73 | 5.58 | - |
| YUV | 134.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 43 | 0 | 0.43 | 0.79 | 0.2 | 27.58 | 0.65 | 0.48 |
| Hex | CC | 75 | 2B | 0 | 2B | 4F | 14 | 1C | 41 | 30 |
| Octal | 314 | 165 | 53 | 0 | 53 | 117 | 24 | 34 | 101 | 60 |
| Binary | 11001100 | 1110101 | 101011 | 0 | 101011 | 1001111 | 10100 | 11100 | 1000001 | 110000 |
Color Harmonies of #CC752B
Complementary color
Monochromatic Colors of #CC752B
Black with #CC752B
Text Example
Text Example
White with #CC752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC752B; }
p { color: rgb(204,117,43); }
H1.HeaderClassName
{
color: #CC752B;
}
.AnyTagClassName
{
color: #CC752B;
}
</style>
background-color css
<style>
a { background-color: #CC752B; }
a { background-color: rgb(204,117,43); }
div.DivClassName
{
background-color: #CC752B;
}
.BgClassName
{
background-color: #CC752B;
}
</style>
border-color css
<style>
span { border-color: #CC752B; }
span { border-color: rgb(204,117,43); }
td.TdClassName
{
border-color: #CC752B;
}
.TagClassName
{
border-color: #CC752B;
}
</style>