Html Css Color HEX #CF770E Ochre

📋 copy color: '#CF770E'

red 207 ◦ green 119 ◦ blue 14

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

Shades of Ochre #CF770E

Tints of Ochre #CF770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 60.88%
G = 35%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF770E (or 0xCF770E) is known color: Ochre. HEX triplet: CF, 77 and 0E. RGB value is (207,119,14). Sum of RGB (Red+Green+Blue) = 207+119+14=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF770E is #3088F1. Grayscale: #858585. Windows color (decimal): -3180786 or 948175. OLE color: 948175.

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

Color convert

RGB 207 119 14 -
CMYK 0 0.43 0.93 0.19
HSL 32.64º 0.87% 0.43% -
HSV(B) 32.64º 0.93% 0.81% -
XYZ 32.41 26.49 3.82 -
YUV 133.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 207 119 14 0 0.43 0.93 0.19 32.64 0.87 0.43
Hex CF 77 E 0 2B 5D 13 21 57 2B
Octal 317 167 16 0 53 135 23 41 127 53
Binary 11001111 1110111 1110 0 101011 1011101 10011 100001 1010111 101011

Color Harmonies of #CF770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF770E

Black with #CF770E

Text Example


Text Example

White with #CF770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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