#CF7A0E

Color #CF7A0E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CF7A0E

Tints of Ochre #CF7A0E

Color information

#CF7A0E (or 0xCF7A0E) is unknown color: approx Ochre. HEX triplet: CF, 7A and 0E. RGB value is (207,122,14). Sum of RGB (Red+Green+Blue) = 207+122+14=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A0E is #3085F1. Grayscale: #878787. Windows color (decimal): -3180018 or 948943. OLE color: 948943.

HSL color Cylindrical-coordinate representation of color #CF7A0E: hue angle of 33.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF7A0E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20712214-
CMYK00.410.930.19
HSL33.58º87.33%43.33%-
HSV(B)33.58º93.24%81.18%-
XYZ32.7727.223.94-
YUV135.159.66179.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 60.35%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 14 (5.86% from 255) = 4.08%
R=60.35%
G=35.57%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071221400.410.930.1933.5887.3343.33
HexCF7AE0295D1322572b
Octal31717216051135234212753
Binary110011111111010111001010011011101100111000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A0E; }

 p { color: rgb(207,122,14); }

 H1.HeaderClassName
 {
   color: #CF7A0E;
 }
 .AnyTagClassName
 {
   color: #CF7A0E;
 }
</style>
background-color css

<style>
 a { background-color: #CF7A0E; }

 a { background-color: rgb(207,122,14); }

 div.DivClassName
 {
   background-color: #CF7A0E;
 }
 .BgClassName
 {
   background-color: #CF7A0E;
 }
</style>
border-color css

<style>
 span { border-color: #CF7A0E; }

 span { border-color: rgb(207,122,14); }

 td.TdClassName
 {
   border-color: #CF7A0E;
 }
 .TagClassName
 {
   border-color: #CF7A0E;
 }
</style>