#C9711E

Color #C9711E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C9711E

Tints of Ochre #C9711E

Color information

#C9711E (or 0xC9711E) is unknown color: approx Ochre. HEX triplet: C9, 71 and 1E. RGB value is (201,113,30). Sum of RGB (Red+Green+Blue) = 201+113+30=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9711E is #368EE1. Grayscale: #828282. Windows color (decimal): -3575522 or 1995209. OLE color: 1995209.

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

Color convert

RGB20111330-
CMYK00.440.850.21
HSL29.12º74.03%45.29%-
HSV(B)29.12º85.07%78.82%-
XYZ30.2324.324.33-
YUV129.8571.65178.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.43%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=58.43%
G=32.85%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011133000.440.850.2129.1274.0345.29
HexC9711E02C55151d4a2d
Octal31116136054125253511255
Binary110010011110001111100101100101010110101111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9711E; }

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

 H1.HeaderClassName
 {
   color: #C9711E;
 }
 .AnyTagClassName
 {
   color: #C9711E;
 }
</style>
background-color css

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

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

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

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

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

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