Html Css Color HEX #C97418 Ochre

📋 copy color: '#C97418'

red 201 ◦ green 116 ◦ blue 24

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

Shades of Ochre #C97418

Tints of Ochre #C97418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 58.94%
G = 34.02%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97418 (or 0xC97418) is known color: Ochre. HEX triplet: C9, 74 and 18. RGB value is (201,116,24). Sum of RGB (Red+Green+Blue) = 201+116+24=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97418 is #368BE7. Grayscale: #838383. Windows color (decimal): -3574760 or 1602761. OLE color: 1602761.

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

Color convert

RGB 201 116 24 -
CMYK 0 0.42 0.88 0.21
HSL 31.19º 0.79% 0.44% -
HSV(B) 31.19º 0.88% 0.79% -
XYZ 30.5 24.97 4.08 -
YUV 130.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 201 116 24 0 0.42 0.88 0.21 31.19 0.79 0.44
Hex C9 74 18 0 2A 58 15 1F 4F 2C
Octal 311 164 30 0 52 130 25 37 117 54
Binary 11001001 1110100 11000 0 101010 1011000 10101 11111 1001111 101100

Color Harmonies of #C97418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97418

Black with #C97418

Text Example


Text Example

White with #C97418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97418; }

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

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

background-color css

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

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

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

border-color css

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

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

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