Html Css Color HEX #CF790E Ochre

📋 copy color: '#CF790E'

red 207 ◦ green 121 ◦ blue 14

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

Shades of Ochre #CF790E

Tints of Ochre #CF790E

RGB

 RED value IS 207 (81.25% from 255) = 60.53%

 GREEN value IS 121 (47.66% from 255) = 35.38%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 60.53%
G = 35.38%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF790E (or 0xCF790E) is known color: Ochre. HEX triplet: CF, 79 and 0E. RGB value is (207,121,14). Sum of RGB (Red+Green+Blue) = 207+121+14=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF790E is #3086F1. Grayscale: #878787. Windows color (decimal): -3180274 or 948687. OLE color: 948687.

HSL color Cylindrical-coordinate representation of color #CF790E: hue angle of 33.26º 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 #CF790E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 14 -
CMYK 0 0.42 0.93 0.19
HSL 33.26º 0.87% 0.43% -
HSV(B) 33.26º 0.93% 0.81% -
XYZ 32.65 26.97 3.9 -
YUV 134.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 207 121 14 0 0.42 0.93 0.19 33.26 0.87 0.43
Hex CF 79 E 0 2A 5D 13 21 57 2B
Octal 317 171 16 0 52 135 23 41 127 53
Binary 11001111 1111001 1110 0 101010 1011101 10011 100001 1010111 101011

Color Harmonies of #CF790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF790E

Black with #CF790E

Text Example


Text Example

White with #CF790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF790E; }

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

 H1.HeaderClassName
 {
   color: #CF790E;
 }
 .AnyTagClassName
 {
   color: #CF790E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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