Html Css Color HEX #C9740E Ochre

📋 copy color: '#C9740E'

red 201 ◦ green 116 ◦ blue 14

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

Shades of Ochre #C9740E

Tints of Ochre #C9740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 60.73%
G = 35.05%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9740E (or 0xC9740E) is known color: Ochre. HEX triplet: C9, 74 and 0E. RGB value is (201,116,14). Sum of RGB (Red+Green+Blue) = 201+116+14=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9740E is #368BF1. Grayscale: #828282. Windows color (decimal): -3574770 or 947401. OLE color: 947401.

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

Color convert

RGB 201 116 14 -
CMYK 0 0.42 0.93 0.21
HSL 32.73º 0.87% 0.42% -
HSV(B) 32.73º 0.93% 0.79% -
XYZ 30.41 24.94 3.63 -
YUV 129.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 201 116 14 0 0.42 0.93 0.21 32.73 0.87 0.42
Hex C9 74 E 0 2A 5D 15 21 57 2A
Octal 311 164 16 0 52 135 25 41 127 52
Binary 11001001 1110100 1110 0 101010 1011101 10101 100001 1010111 101010

Color Harmonies of #C9740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9740E

Black with #C9740E

Text Example


Text Example

White with #C9740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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