Html Css Color HEX #C9780E Ochre

📋 copy color: '#C9780E'

red 201 ◦ green 120 ◦ blue 14

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

Shades of Ochre #C9780E

Tints of Ochre #C9780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

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

R = 60%
G = 35.82%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9780E (or 0xC9780E) is known color: Ochre. HEX triplet: C9, 78 and 0E. RGB value is (201,120,14). Sum of RGB (Red+Green+Blue) = 201+120+14=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9780E is #3687F1. Grayscale: #848484. Windows color (decimal): -3573746 or 948425. OLE color: 948425.

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

Color convert

RGB 201 120 14 -
CMYK 0 0.40 0.93 0.21
HSL 34.01º 0.87% 0.42% -
HSV(B) 34.01º 0.93% 0.79% -
XYZ 30.88 25.88 3.78 -
YUV 132.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 201 120 14 0 0.40 0.93 0.21 34.01 0.87 0.42
Hex C9 78 E 0 28 5D 15 22 57 2A
Octal 311 170 16 0 50 135 25 42 127 52
Binary 11001001 1111000 1110 0 101000 1011101 10101 100010 1010111 101010

Color Harmonies of #C9780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9780E

Black with #C9780E

Text Example


Text Example

White with #C9780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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