Shades of Ochre #CF762A
Tints of Ochre #CF762A
RGB
CMYK
RGB Variations
Color information
#CF762A (or 0xCF762A) is known color: Ochre. HEX triplet: CF, 76 and 2A. RGB value is (207,118,42). Sum of RGB (Red+Green+Blue) = 207+118+42=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762A is #3089D5. Grayscale: #888888. Windows color (decimal): -3181014 or 2782927. OLE color: 2782927.
HSL color Cylindrical-coordinate representation of color #CF762A: hue angle of 27.64º 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 #CF762A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 42 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.19 |
| HSL | 27.64º | 0.66% | 0.49% | - |
| HSV(B) | 27.64º | 0.8% | 0.81% | - |
| XYZ | 32.63 | 26.39 | 5.56 | - |
| YUV | 135.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 42 | 0 | 0.43 | 0.80 | 0.19 | 27.64 | 0.66 | 0.49 |
| Hex | CF | 76 | 2A | 0 | 2B | 50 | 13 | 1C | 42 | 31 |
| Octal | 317 | 166 | 52 | 0 | 53 | 120 | 23 | 34 | 102 | 61 |
| Binary | 11001111 | 1110110 | 101010 | 0 | 101011 | 1010000 | 10011 | 11100 | 1000010 | 110001 |
Color Harmonies of #CF762A
Complementary color
Monochromatic Colors of #CF762A
Black with #CF762A
Text Example
Text Example
White with #CF762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF762A; }
p { color: rgb(207,118,42); }
H1.HeaderClassName
{
color: #CF762A;
}
.AnyTagClassName
{
color: #CF762A;
}
</style>
background-color css
<style>
a { background-color: #CF762A; }
a { background-color: rgb(207,118,42); }
div.DivClassName
{
background-color: #CF762A;
}
.BgClassName
{
background-color: #CF762A;
}
</style>
border-color css
<style>
span { border-color: #CF762A; }
span { border-color: rgb(207,118,42); }
td.TdClassName
{
border-color: #CF762A;
}
.TagClassName
{
border-color: #CF762A;
}
</style>