Html Css Color HEX #C9780D Ochre

📋 copy color: '#C9780D'

red 201 ◦ green 120 ◦ blue 13

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

Shades of Ochre #C9780D

Tints of Ochre #C9780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 60.18%
G = 35.93%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9780D (or 0xC9780D) is known color: Ochre. HEX triplet: C9, 78 and 0D. RGB value is (201,120,13). Sum of RGB (Red+Green+Blue) = 201+120+13=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9780D is #3687F2. Grayscale: #848484. Windows color (decimal): -3573747 or 882889. OLE color: 882889.

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

Color convert

RGB 201 120 13 -
CMYK 0 0.40 0.94 0.21
HSL 34.15º 0.88% 0.42% -
HSV(B) 34.15º 0.94% 0.79% -
XYZ 30.88 25.88 3.75 -
YUV 132.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 201 120 13 0 0.40 0.94 0.21 34.15 0.88 0.42
Hex C9 78 D 0 28 5E 15 22 58 2A
Octal 311 170 15 0 50 136 25 42 130 52
Binary 11001001 1111000 1101 0 101000 1011110 10101 100010 1011000 101010

Color Harmonies of #C9780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9780D

Black with #C9780D

Text Example


Text Example

White with #C9780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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