Html Css Color HEX #C97416 Ochre

📋 copy color: '#C97416'

red 201 ◦ green 116 ◦ blue 22

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

Shades of Ochre #C97416

Tints of Ochre #C97416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 59.29%
G = 34.22%
B = 6.49%

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

#C97416 (or 0xC97416) is known color: Ochre. HEX triplet: C9, 74 and 16. RGB value is (201,116,22). Sum of RGB (Red+Green+Blue) = 201+116+22=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97416 is #368BE9. Grayscale: #838383. Windows color (decimal): -3574762 or 1471689. OLE color: 1471689.

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

Color convert

RGB 201 116 22 -
CMYK 0 0.42 0.89 0.21
HSL 31.51º 0.8% 0.44% -
HSV(B) 31.51º 0.89% 0.79% -
XYZ 30.48 24.97 3.97 -
YUV 130.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 201 116 22 0 0.42 0.89 0.21 31.51 0.8 0.44
Hex C9 74 16 0 2A 59 15 20 50 2C
Octal 311 164 26 0 52 131 25 40 120 54
Binary 11001001 1110100 10110 0 101010 1011001 10101 100000 1010000 101100

Color Harmonies of #C97416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97416

Black with #C97416

Text Example


Text Example

White with #C97416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97416; }

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

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

background-color css

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

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

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

border-color css

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

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

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