Html Css Color HEX #C97617 Ochre

📋 copy color: '#C97617'

red 201 ◦ green 118 ◦ blue 23

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

Shades of Ochre #C97617

Tints of Ochre #C97617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 58.77%
G = 34.5%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97617 (or 0xC97617) is known color: Ochre. HEX triplet: C9, 76 and 17. RGB value is (201,118,23). Sum of RGB (Red+Green+Blue) = 201+118+23=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97617 is #3689E8. Grayscale: #848484. Windows color (decimal): -3574249 or 1537737. OLE color: 1537737.

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

Color convert

RGB 201 118 23 -
CMYK 0 0.41 0.89 0.21
HSL 32.02º 0.79% 0.44% -
HSV(B) 32.02º 0.89% 0.79% -
XYZ 30.72 25.44 4.1 -
YUV 131.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 201 118 23 0 0.41 0.89 0.21 32.02 0.79 0.44
Hex C9 76 17 0 29 59 15 20 4F 2C
Octal 311 166 27 0 51 131 25 40 117 54
Binary 11001001 1110110 10111 0 101001 1011001 10101 100000 1001111 101100

Color Harmonies of #C97617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97617

Black with #C97617

Text Example


Text Example

White with #C97617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97617; }

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

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

background-color css

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

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

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

border-color css

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

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

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