Html Css Color HEX #C9770E Ochre

📋 copy color: '#C9770E'

red 201 ◦ green 119 ◦ blue 14

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

Shades of Ochre #C9770E

Tints of Ochre #C9770E

RGB

 RED value IS 201 (78.91% from 255) = 60.18%

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

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

R = 60.18%
G = 35.63%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9770E (or 0xC9770E) is known color: Ochre. HEX triplet: C9, 77 and 0E. RGB value is (201,119,14). Sum of RGB (Red+Green+Blue) = 201+119+14=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9770E is #3688F1. Grayscale: #848484. Windows color (decimal): -3574002 or 948169. OLE color: 948169.

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

Color convert

RGB 201 119 14 -
CMYK 0 0.41 0.93 0.21
HSL 33.69º 0.87% 0.42% -
HSV(B) 33.69º 0.93% 0.79% -
XYZ 30.76 25.64 3.74 -
YUV 131.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 201 119 14 0 0.41 0.93 0.21 33.69 0.87 0.42
Hex C9 77 E 0 29 5D 15 22 57 2A
Octal 311 167 16 0 51 135 25 42 127 52
Binary 11001001 1110111 1110 0 101001 1011101 10101 100010 1010111 101010

Color Harmonies of #C9770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9770E

Black with #C9770E

Text Example


Text Example

White with #C9770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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