Html Css Color HEX #C9780F Ochre

📋 copy color: '#C9780F'

red 201 ◦ green 120 ◦ blue 15

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

Shades of Ochre #C9780F

Tints of Ochre #C9780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 59.82%
G = 35.71%
B = 4.46%

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

#C9780F (or 0xC9780F) is known color: Ochre. HEX triplet: C9, 78 and 0F. RGB value is (201,120,15). Sum of RGB (Red+Green+Blue) = 201+120+15=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9780F is #3687F0. Grayscale: #848484. Windows color (decimal): -3573745 or 1013961. OLE color: 1013961.

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

Color convert

RGB 201 120 15 -
CMYK 0 0.40 0.93 0.21
HSL 33.87º 0.86% 0.42% -
HSV(B) 33.87º 0.93% 0.79% -
XYZ 30.89 25.88 3.82 -
YUV 132.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 201 120 15 0 0.40 0.93 0.21 33.87 0.86 0.42
Hex C9 78 F 0 28 5D 15 22 56 2A
Octal 311 170 17 0 50 135 25 42 126 52
Binary 11001001 1111000 1111 0 101000 1011101 10101 100010 1010110 101010

Color Harmonies of #C9780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9780F

Black with #C9780F

Text Example


Text Example

White with #C9780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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