Html Css Color HEX #CF760E Ochre

📋 copy color: '#CF760E'

red 207 ◦ green 118 ◦ blue 14

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

Shades of Ochre #CF760E

Tints of Ochre #CF760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 61.06%
G = 34.81%
B = 4.13%

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

#CF760E (or 0xCF760E) is known color: Ochre. HEX triplet: CF, 76 and 0E. RGB value is (207,118,14). Sum of RGB (Red+Green+Blue) = 207+118+14=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF760E is #3089F1. Grayscale: #858585. Windows color (decimal): -3181042 or 947919. OLE color: 947919.

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

Color convert

RGB 207 118 14 -
CMYK 0 0.43 0.93 0.19
HSL 32.33º 0.87% 0.43% -
HSV(B) 32.33º 0.93% 0.81% -
XYZ 32.29 26.25 3.78 -
YUV 132.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 207 118 14 0 0.43 0.93 0.19 32.33 0.87 0.43
Hex CF 76 E 0 2B 5D 13 20 57 2B
Octal 317 166 16 0 53 135 23 40 127 53
Binary 11001111 1110110 1110 0 101011 1011101 10011 100000 1010111 101011

Color Harmonies of #CF760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF760E

Black with #CF760E

Text Example


Text Example

White with #CF760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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