Shades of Ochre #CF770B
Tints of Ochre #CF770B
RGB
CMYK
RGB Variations
Color information
#CF770B (or 0xCF770B) is known color: Ochre. HEX triplet: CF, 77 and 0B. RGB value is (207,119,11). Sum of RGB (Red+Green+Blue) = 207+119+11=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF770B is #3088F4. Grayscale: #858585. Windows color (decimal): -3180789 or 751567. OLE color: 751567.
HSL color Cylindrical-coordinate representation of color #CF770B: hue angle of 33.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF770B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.19 |
| HSL | 33.06º | 0.9% | 0.43% | - |
| HSV(B) | 33.06º | 0.95% | 0.81% | - |
| XYZ | 32.39 | 26.48 | 3.72 | - |
| YUV | 133 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 11 | 0 | 0.43 | 0.95 | 0.19 | 33.06 | 0.9 | 0.43 |
| Hex | CF | 77 | B | 0 | 2B | 5F | 13 | 21 | 5A | 2B |
| Octal | 317 | 167 | 13 | 0 | 53 | 137 | 23 | 41 | 132 | 53 |
| Binary | 11001111 | 1110111 | 1011 | 0 | 101011 | 1011111 | 10011 | 100001 | 1011010 | 101011 |
Color Harmonies of #CF770B
Complementary color
Monochromatic Colors of #CF770B
Black with #CF770B
Text Example
Text Example
White with #CF770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF770B; }
p { color: rgb(207,119,11); }
H1.HeaderClassName
{
color: #CF770B;
}
.AnyTagClassName
{
color: #CF770B;
}
</style>
background-color css
<style>
a { background-color: #CF770B; }
a { background-color: rgb(207,119,11); }
div.DivClassName
{
background-color: #CF770B;
}
.BgClassName
{
background-color: #CF770B;
}
</style>
border-color css
<style>
span { border-color: #CF770B; }
span { border-color: rgb(207,119,11); }
td.TdClassName
{
border-color: #CF770B;
}
.TagClassName
{
border-color: #CF770B;
}
</style>