Html Css Color HEX #C97516 Ochre

📋 copy color: '#C97516'

red 201 ◦ green 117 ◦ blue 22

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

Shades of Ochre #C97516

Tints of Ochre #C97516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 59.12%
G = 34.41%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97516 (or 0xC97516) is known color: Ochre. HEX triplet: C9, 75 and 16. RGB value is (201,117,22). Sum of RGB (Red+Green+Blue) = 201+117+22=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97516 is #368AE9. Grayscale: #838383. Windows color (decimal): -3574506 or 1471945. OLE color: 1471945.

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

Color convert

RGB 201 117 22 -
CMYK 0 0.42 0.89 0.21
HSL 31.84º 0.8% 0.44% -
HSV(B) 31.84º 0.89% 0.79% -
XYZ 30.59 25.2 4.01 -
YUV 131.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 201 117 22 0 0.42 0.89 0.21 31.84 0.8 0.44
Hex C9 75 16 0 2A 59 15 20 50 2C
Octal 311 165 26 0 52 131 25 40 120 54
Binary 11001001 1110101 10110 0 101010 1011001 10101 100000 1010000 101100

Color Harmonies of #C97516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97516

Black with #C97516

Text Example


Text Example

White with #C97516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97516; }

 p { color: rgb(201,117,22); }

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

background-color css

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

 a { background-color: rgb(201,117,22); }

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

border-color css

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

 span { border-color: rgb(201,117,22); }

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