Html Css Color HEX #C97311 Ochre

📋 copy color: '#C97311'

red 201 ◦ green 115 ◦ blue 17

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

Shades of Ochre #C97311

Tints of Ochre #C97311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 60.36%
G = 34.53%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C97311 (or 0xC97311) is known color: Ochre. HEX triplet: C9, 73 and 11. RGB value is (201,115,17). Sum of RGB (Red+Green+Blue) = 201+115+17=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C97311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97311 is #368CEE. Grayscale: #828282. Windows color (decimal): -3575023 or 1143753. OLE color: 1143753.

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

Color convert

RGB 201 115 17 -
CMYK 0 0.43 0.92 0.21
HSL 31.96º 0.84% 0.43% -
HSV(B) 31.96º 0.92% 0.79% -
XYZ 30.32 24.72 3.7 -
YUV 129.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 201 115 17 0 0.43 0.92 0.21 31.96 0.84 0.43
Hex C9 73 11 0 2B 5C 15 20 54 2B
Octal 311 163 21 0 53 134 25 40 124 53
Binary 11001001 1110011 10001 0 101011 1011100 10101 100000 1010100 101011

Color Harmonies of #C97311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97311

Black with #C97311

Text Example


Text Example

White with #C97311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97311; }

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

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

background-color css

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

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

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

border-color css

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

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

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