Html Css Color HEX #C9700E Ochre

📋 copy color: '#C9700E'

red 201 ◦ green 112 ◦ blue 14

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

Shades of Ochre #C9700E

Tints of Ochre #C9700E

RGB

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

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

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

R = 61.47%
G = 34.25%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9700E (or 0xC9700E) is known color: Ochre. HEX triplet: C9, 70 and 0E. RGB value is (201,112,14). Sum of RGB (Red+Green+Blue) = 201+112+14=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9700E is #368FF1. Grayscale: #7F7F7F. Windows color (decimal): -3575794 or 946377. OLE color: 946377.

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

Color convert

RGB 201 112 14 -
CMYK 0 0.44 0.93 0.21
HSL 31.44º 0.87% 0.42% -
HSV(B) 31.44º 0.93% 0.79% -
XYZ 29.96 24.04 3.48 -
YUV 127.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 201 112 14 0 0.44 0.93 0.21 31.44 0.87 0.42
Hex C9 70 E 0 2C 5D 15 1F 57 2A
Octal 311 160 16 0 54 135 25 37 127 52
Binary 11001001 1110000 1110 0 101100 1011101 10101 11111 1010111 101010

Color Harmonies of #C9700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9700E

Black with #C9700E

Text Example


Text Example

White with #C9700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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