Html Css Color HEX #C97120 Ochre

📋 copy color: '#C97120'

red 201 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C97120

Tints of Ochre #C97120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 58.09%
G = 32.66%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97120 (or 0xC97120) is known color: Ochre. HEX triplet: C9, 71 and 20. RGB value is (201,113,32). Sum of RGB (Red+Green+Blue) = 201+113+32=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97120 is #368EDF. Grayscale: #828282. Windows color (decimal): -3575520 or 2126281. OLE color: 2126281.

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

Color convert

RGB 201 113 32 -
CMYK 0 0.44 0.84 0.21
HSL 28.76º 0.73% 0.46% -
HSV(B) 28.76º 0.84% 0.79% -
XYZ 30.25 24.33 4.47 -
YUV 130.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 201 113 32 0 0.44 0.84 0.21 28.76 0.73 0.46
Hex C9 71 20 0 2C 54 15 1D 49 2E
Octal 311 161 40 0 54 124 25 35 111 56
Binary 11001001 1110001 100000 0 101100 1010100 10101 11101 1001001 101110

Color Harmonies of #C97120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97120

Black with #C97120

Text Example


Text Example

White with #C97120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97120; }

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

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

background-color css

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

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

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

border-color css

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

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

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