Html Css Color HEX #C9711F Ochre

📋 copy color: '#C9711F'

red 201 ◦ green 113 ◦ blue 31

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

Shades of Ochre #C9711F

Tints of Ochre #C9711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 58.26%
G = 32.75%
B = 8.99%

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

#C9711F (or 0xC9711F) is known color: Ochre. HEX triplet: C9, 71 and 1F. RGB value is (201,113,31). Sum of RGB (Red+Green+Blue) = 201+113+31=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9711F is #368EE0. Grayscale: #828282. Windows color (decimal): -3575521 or 2060745. OLE color: 2060745.

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

Color convert

RGB 201 113 31 -
CMYK 0 0.44 0.85 0.21
HSL 28.94º 0.73% 0.45% -
HSV(B) 28.94º 0.85% 0.79% -
XYZ 30.24 24.33 4.4 -
YUV 129.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 201 113 31 0 0.44 0.85 0.21 28.94 0.73 0.45
Hex C9 71 1F 0 2C 55 15 1D 49 2D
Octal 311 161 37 0 54 125 25 35 111 55
Binary 11001001 1110001 11111 0 101100 1010101 10101 11101 1001001 101101

Color Harmonies of #C9711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9711F

Black with #C9711F

Text Example


Text Example

White with #C9711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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