Shades of Ochre #CC742B
Tints of Ochre #CC742B
RGB
CMYK
RGB Variations
Color information
#CC742B (or 0xCC742B) is known color: Ochre. HEX triplet: CC, 74 and 2B. RGB value is (204,116,43). Sum of RGB (Red+Green+Blue) = 204+116+43=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC742B is #338BD4. Grayscale: #868686. Windows color (decimal): -3378133 or 2847948. OLE color: 2847948.
HSL color Cylindrical-coordinate representation of color #CC742B: hue angle of 27.2º 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 #CC742B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.2 |
| HSL | 27.2º | 0.65% | 0.48% | - |
| HSV(B) | 27.2º | 0.79% | 0.8% | - |
| XYZ | 31.58 | 25.5 | 5.54 | - |
| YUV | 133.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 43 | 0 | 0.43 | 0.79 | 0.2 | 27.2 | 0.65 | 0.48 |
| Hex | CC | 74 | 2B | 0 | 2B | 4F | 14 | 1B | 41 | 30 |
| Octal | 314 | 164 | 53 | 0 | 53 | 117 | 24 | 33 | 101 | 60 |
| Binary | 11001100 | 1110100 | 101011 | 0 | 101011 | 1001111 | 10100 | 11011 | 1000001 | 110000 |
Color Harmonies of #CC742B
Complementary color
Monochromatic Colors of #CC742B
Black with #CC742B
Text Example
Text Example
White with #CC742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC742B; }
p { color: rgb(204,116,43); }
H1.HeaderClassName
{
color: #CC742B;
}
.AnyTagClassName
{
color: #CC742B;
}
</style>
background-color css
<style>
a { background-color: #CC742B; }
a { background-color: rgb(204,116,43); }
div.DivClassName
{
background-color: #CC742B;
}
.BgClassName
{
background-color: #CC742B;
}
</style>
border-color css
<style>
span { border-color: #CC742B; }
span { border-color: rgb(204,116,43); }
td.TdClassName
{
border-color: #CC742B;
}
.TagClassName
{
border-color: #CC742B;
}
</style>