Html Css Color HEX #C9701E Ochre

📋 copy color: '#C9701E'

red 201 ◦ green 112 ◦ blue 30

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

Shades of Ochre #C9701E

Tints of Ochre #C9701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 58.6%
G = 32.65%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9701E (or 0xC9701E) is known color: Ochre. HEX triplet: C9, 70 and 1E. RGB value is (201,112,30). Sum of RGB (Red+Green+Blue) = 201+112+30=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9701E is #368FE1. Grayscale: #818181. Windows color (decimal): -3575778 or 1994953. OLE color: 1994953.

HSL color Cylindrical-coordinate representation of color #C9701E: hue angle of 28.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9701E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 30 -
CMYK 0 0.44 0.85 0.21
HSL 28.77º 0.74% 0.45% -
HSV(B) 28.77º 0.85% 0.79% -
XYZ 30.12 24.1 4.29 -
YUV 129.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 201 112 30 0 0.44 0.85 0.21 28.77 0.74 0.45
Hex C9 70 1E 0 2C 55 15 1D 4A 2D
Octal 311 160 36 0 54 125 25 35 112 55
Binary 11001001 1110000 11110 0 101100 1010101 10101 11101 1001010 101101

Color Harmonies of #C9701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9701E

Black with #C9701E

Text Example


Text Example

White with #C9701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9701E; }

 p { color: rgb(201,112,30); }

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

background-color css

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

 a { background-color: rgb(201,112,30); }

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

border-color css

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

 span { border-color: rgb(201,112,30); }

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