Shades of Ochre #CF752B
Tints of Ochre #CF752B
RGB
CMYK
RGB Variations
Color information
#CF752B (or 0xCF752B) is known color: Ochre. HEX triplet: CF, 75 and 2B. RGB value is (207,117,43). Sum of RGB (Red+Green+Blue) = 207+117+43=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF752B is #308AD4. Grayscale: #878787. Windows color (decimal): -3181269 or 2848207. OLE color: 2848207.
HSL color Cylindrical-coordinate representation of color #CF752B: hue angle of 27.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF752B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.19 |
| HSL | 27.07º | 0.66% | 0.49% | - |
| HSV(B) | 27.07º | 0.79% | 0.81% | - |
| XYZ | 32.53 | 26.16 | 5.62 | - |
| YUV | 135.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 43 | 0 | 0.43 | 0.79 | 0.19 | 27.07 | 0.66 | 0.49 |
| Hex | CF | 75 | 2B | 0 | 2B | 4F | 13 | 1B | 42 | 31 |
| Octal | 317 | 165 | 53 | 0 | 53 | 117 | 23 | 33 | 102 | 61 |
| Binary | 11001111 | 1110101 | 101011 | 0 | 101011 | 1001111 | 10011 | 11011 | 1000010 | 110001 |
Color Harmonies of #CF752B
Complementary color
Monochromatic Colors of #CF752B
Black with #CF752B
Text Example
Text Example
White with #CF752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF752B; }
p { color: rgb(207,117,43); }
H1.HeaderClassName
{
color: #CF752B;
}
.AnyTagClassName
{
color: #CF752B;
}
</style>
background-color css
<style>
a { background-color: #CF752B; }
a { background-color: rgb(207,117,43); }
div.DivClassName
{
background-color: #CF752B;
}
.BgClassName
{
background-color: #CF752B;
}
</style>
border-color css
<style>
span { border-color: #CF752B; }
span { border-color: rgb(207,117,43); }
td.TdClassName
{
border-color: #CF752B;
}
.TagClassName
{
border-color: #CF752B;
}
</style>