Html Css Color HEX #C9730E Ochre

📋 copy color: '#C9730E'

red 201 ◦ green 115 ◦ blue 14

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

Shades of Ochre #C9730E

Tints of Ochre #C9730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 60.91%
G = 34.85%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9730E (or 0xC9730E) is known color: Ochre. HEX triplet: C9, 73 and 0E. RGB value is (201,115,14). Sum of RGB (Red+Green+Blue) = 201+115+14=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730E is #368CF1. Grayscale: #818181. Windows color (decimal): -3575026 or 947145. OLE color: 947145.

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

Color convert

RGB 201 115 14 -
CMYK 0 0.43 0.93 0.21
HSL 32.41º 0.87% 0.42% -
HSV(B) 32.41º 0.93% 0.79% -
XYZ 30.3 24.71 3.59 -
YUV 129.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 201 115 14 0 0.43 0.93 0.21 32.41 0.87 0.42
Hex C9 73 E 0 2B 5D 15 20 57 2A
Octal 311 163 16 0 53 135 25 40 127 52
Binary 11001001 1110011 1110 0 101011 1011101 10101 100000 1010111 101010

Color Harmonies of #C9730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9730E

Black with #C9730E

Text Example


Text Example

White with #C9730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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