Html Css Color HEX #C97111 Ochre

📋 copy color: '#C97111'

red 201 ◦ green 113 ◦ blue 17

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

Shades of Ochre #C97111

Tints of Ochre #C97111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 60.73%
G = 34.14%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C97111 (or 0xC97111) is known color: Ochre. HEX triplet: C9, 71 and 11. RGB value is (201,113,17). Sum of RGB (Red+Green+Blue) = 201+113+17=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C97111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97111 is #368EEE. Grayscale: #808080. Windows color (decimal): -3575535 or 1143241. OLE color: 1143241.

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

Color convert

RGB 201 113 17 -
CMYK 0 0.44 0.92 0.21
HSL 31.3º 0.84% 0.43% -
HSV(B) 31.3º 0.92% 0.79% -
XYZ 30.09 24.27 3.63 -
YUV 128.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 201 113 17 0 0.44 0.92 0.21 31.3 0.84 0.43
Hex C9 71 11 0 2C 5C 15 1F 54 2B
Octal 311 161 21 0 54 134 25 37 124 53
Binary 11001001 1110001 10001 0 101100 1011100 10101 11111 1010100 101011

Color Harmonies of #C97111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97111

Black with #C97111

Text Example


Text Example

White with #C97111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97111; }

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

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

background-color css

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

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

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

border-color css

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

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

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