Shades of Ochre #CF752A
Tints of Ochre #CF752A
RGB
CMYK
RGB Variations
Color information
#CF752A (or 0xCF752A) is known color: Ochre. HEX triplet: CF, 75 and 2A. RGB value is (207,117,42). Sum of RGB (Red+Green+Blue) = 207+117+42=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF752A is #308AD5. Grayscale: #878787. Windows color (decimal): -3181270 or 2782671. OLE color: 2782671.
HSL color Cylindrical-coordinate representation of color #CF752A: hue angle of 27.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF752A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 42 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.19 |
| HSL | 27.27º | 0.66% | 0.49% | - |
| HSV(B) | 27.27º | 0.8% | 0.81% | - |
| XYZ | 32.51 | 26.16 | 5.53 | - |
| YUV | 135.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 42 | 0 | 0.43 | 0.80 | 0.19 | 27.27 | 0.66 | 0.49 |
| Hex | CF | 75 | 2A | 0 | 2B | 50 | 13 | 1B | 42 | 31 |
| Octal | 317 | 165 | 52 | 0 | 53 | 120 | 23 | 33 | 102 | 61 |
| Binary | 11001111 | 1110101 | 101010 | 0 | 101011 | 1010000 | 10011 | 11011 | 1000010 | 110001 |
Color Harmonies of #CF752A
Complementary color
Monochromatic Colors of #CF752A
Black with #CF752A
Text Example
Text Example
White with #CF752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF752A; }
p { color: rgb(207,117,42); }
H1.HeaderClassName
{
color: #CF752A;
}
.AnyTagClassName
{
color: #CF752A;
}
</style>
background-color css
<style>
a { background-color: #CF752A; }
a { background-color: rgb(207,117,42); }
div.DivClassName
{
background-color: #CF752A;
}
.BgClassName
{
background-color: #CF752A;
}
</style>
border-color css
<style>
span { border-color: #CF752A; }
span { border-color: rgb(207,117,42); }
td.TdClassName
{
border-color: #CF752A;
}
.TagClassName
{
border-color: #CF752A;
}
</style>