Shades of Ochre #CC742A
Tints of Ochre #CC742A
RGB
CMYK
RGB Variations
Color information
#CC742A (or 0xCC742A) is known color: Ochre. HEX triplet: CC, 74 and 2A. RGB value is (204,116,42). Sum of RGB (Red+Green+Blue) = 204+116+42=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC742A is #338BD5. Grayscale: #868686. Windows color (decimal): -3378134 or 2782412. OLE color: 2782412.
HSL color Cylindrical-coordinate representation of color #CC742A: hue angle of 27.41º degrees, saturation: 0.66, 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 #CC742A is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 42 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.2 |
| HSL | 27.41º | 0.66% | 0.48% | - |
| HSV(B) | 27.41º | 0.79% | 0.8% | - |
| XYZ | 31.57 | 25.5 | 5.45 | - |
| YUV | 133.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 42 | 0 | 0.43 | 0.79 | 0.2 | 27.41 | 0.66 | 0.48 |
| Hex | CC | 74 | 2A | 0 | 2B | 4F | 14 | 1B | 42 | 30 |
| Octal | 314 | 164 | 52 | 0 | 53 | 117 | 24 | 33 | 102 | 60 |
| Binary | 11001100 | 1110100 | 101010 | 0 | 101011 | 1001111 | 10100 | 11011 | 1000010 | 110000 |
Color Harmonies of #CC742A
Complementary color
Monochromatic Colors of #CC742A
Black with #CC742A
Text Example
Text Example
White with #CC742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC742A; }
p { color: rgb(204,116,42); }
H1.HeaderClassName
{
color: #CC742A;
}
.AnyTagClassName
{
color: #CC742A;
}
</style>
background-color css
<style>
a { background-color: #CC742A; }
a { background-color: rgb(204,116,42); }
div.DivClassName
{
background-color: #CC742A;
}
.BgClassName
{
background-color: #CC742A;
}
</style>
border-color css
<style>
span { border-color: #CC742A; }
span { border-color: rgb(204,116,42); }
td.TdClassName
{
border-color: #CC742A;
}
.TagClassName
{
border-color: #CC742A;
}
</style>