Html Css Color HEX #C9711D Ochre

📋 copy color: '#C9711D'

red 201 ◦ green 113 ◦ blue 29

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

Shades of Ochre #C9711D

Tints of Ochre #C9711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 58.6%
G = 32.94%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9711D (or 0xC9711D) is known color: Ochre. HEX triplet: C9, 71 and 1D. RGB value is (201,113,29). Sum of RGB (Red+Green+Blue) = 201+113+29=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9711D is #368EE2. Grayscale: #828282. Windows color (decimal): -3575523 or 1929673. OLE color: 1929673.

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

Color convert

RGB 201 113 29 -
CMYK 0 0.44 0.86 0.21
HSL 29.3º 0.75% 0.45% -
HSV(B) 29.3º 0.86% 0.79% -
XYZ 30.21 24.32 4.26 -
YUV 129.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 201 113 29 0 0.44 0.86 0.21 29.3 0.75 0.45
Hex C9 71 1D 0 2C 56 15 1D 4B 2D
Octal 311 161 35 0 54 126 25 35 113 55
Binary 11001001 1110001 11101 0 101100 1010110 10101 11101 1001011 101101

Color Harmonies of #C9711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9711D

Black with #C9711D

Text Example


Text Example

White with #C9711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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