Html Css Color HEX #C97118 Ochre

📋 copy color: '#C97118'

red 201 ◦ green 113 ◦ blue 24

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

Shades of Ochre #C97118

Tints of Ochre #C97118

RGB

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

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

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

R = 59.47%
G = 33.43%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97118 (or 0xC97118) is known color: Ochre. HEX triplet: C9, 71 and 18. RGB value is (201,113,24). Sum of RGB (Red+Green+Blue) = 201+113+24=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97118 is #368EE7. Grayscale: #818181. Windows color (decimal): -3575528 or 1601993. OLE color: 1601993.

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

Color convert

RGB 201 113 24 -
CMYK 0 0.44 0.88 0.21
HSL 30.17º 0.79% 0.44% -
HSV(B) 30.17º 0.88% 0.79% -
XYZ 30.16 24.29 3.96 -
YUV 129.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 201 113 24 0 0.44 0.88 0.21 30.17 0.79 0.44
Hex C9 71 18 0 2C 58 15 1E 4F 2C
Octal 311 161 30 0 54 130 25 36 117 54
Binary 11001001 1110001 11000 0 101100 1011000 10101 11110 1001111 101100

Color Harmonies of #C97118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97118

Black with #C97118

Text Example


Text Example

White with #C97118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97118; }

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

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

background-color css

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

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

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

border-color css

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

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

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