Html Css Color HEX #C97F17 Ochre

📋 copy color: '#C97F17'

red 201 ◦ green 127 ◦ blue 23

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

Shades of Ochre #C97F17

Tints of Ochre #C97F17

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 57.26%
G = 36.18%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97F17 (or 0xC97F17) is known color: Ochre. HEX triplet: C9, 7F and 17. RGB value is (201,127,23). Sum of RGB (Red+Green+Blue) = 201+127+23=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F17 is #3680E8. Grayscale: #898989. Windows color (decimal): -3571945 or 1540041. OLE color: 1540041.

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

Color convert

RGB 201 127 23 -
CMYK 0 0.37 0.89 0.21
HSL 35.06º 0.79% 0.44% -
HSV(B) 35.06º 0.89% 0.79% -
XYZ 31.83 27.66 4.47 -
YUV 137.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 201 127 23 0 0.37 0.89 0.21 35.06 0.79 0.44
Hex C9 7F 17 0 25 59 15 23 4F 2C
Octal 311 177 27 0 45 131 25 43 117 54
Binary 11001001 1111111 10111 0 100101 1011001 10101 100011 1001111 101100

Color Harmonies of #C97F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F17

Black with #C97F17

Text Example


Text Example

White with #C97F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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