Html Css Color HEX #CF7A0E Ochre

📋 copy color: '#CF7A0E'

red 207 ◦ green 122 ◦ blue 14

#CF7A0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF7A0E

Tints of Ochre #CF7A0E

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 value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF7A0E (or 0xCF7A0E) is known color: 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

RGB 207 122 14 -
CMYK 0 0.41 0.93 0.19
HSL 33.58º 0.87% 0.43% -
HSV(B) 33.58º 0.93% 0.81% -
XYZ 32.77 27.22 3.94 -
YUV 135.1 59.66 179.28 -
System Red Green Blue C M Y K H S L
Decimal 207 122 14 0 0.41 0.93 0.19 33.58 0.87 0.43
Hex CF 7A E 0 29 5D 13 22 57 2B
Octal 317 172 16 0 51 135 23 42 127 53
Binary 11001111 1111010 1110 0 101001 1011101 10011 100010 1010111 101011

Color Harmonies of #CF7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A0E

Black with #CF7A0E

Text Example


Text Example

White with #CF7A0E

Text Example


Text Example

HTML Codes & Css Web 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>