Html Css Color HEX #C97117 Ochre

📋 copy color: '#C97117'

red 201 ◦ green 113 ◦ blue 23

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

Shades of Ochre #C97117

Tints of Ochre #C97117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 59.64%
G = 33.53%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97117 (or 0xC97117) is known color: Ochre. HEX triplet: C9, 71 and 17. RGB value is (201,113,23). Sum of RGB (Red+Green+Blue) = 201+113+23=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97117 is #368EE8. Grayscale: #818181. Windows color (decimal): -3575529 or 1536457. OLE color: 1536457.

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

Color convert

RGB 201 113 23 -
CMYK 0 0.44 0.89 0.21
HSL 30.34º 0.79% 0.44% -
HSV(B) 30.34º 0.89% 0.79% -
XYZ 30.15 24.29 3.91 -
YUV 129.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 201 113 23 0 0.44 0.89 0.21 30.34 0.79 0.44
Hex C9 71 17 0 2C 59 15 1E 4F 2C
Octal 311 161 27 0 54 131 25 36 117 54
Binary 11001001 1110001 10111 0 101100 1011001 10101 11110 1001111 101100

Color Harmonies of #C97117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97117

Black with #C97117

Text Example


Text Example

White with #C97117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97117; }

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

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

background-color css

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

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

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

border-color css

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

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

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