Html Css Color HEX #C97717 Ochre

📋 copy color: '#C97717'

red 201 ◦ green 119 ◦ blue 23

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

Shades of Ochre #C97717

Tints of Ochre #C97717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 58.6%
G = 34.69%
B = 6.71%

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

#C97717 (or 0xC97717) is known color: Ochre. HEX triplet: C9, 77 and 17. RGB value is (201,119,23). Sum of RGB (Red+Green+Blue) = 201+119+23=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97717 is #3688E8. Grayscale: #858585. Windows color (decimal): -3573993 or 1537993. OLE color: 1537993.

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

Color convert

RGB 201 119 23 -
CMYK 0 0.41 0.89 0.21
HSL 32.36º 0.79% 0.44% -
HSV(B) 32.36º 0.89% 0.79% -
XYZ 30.84 25.67 4.14 -
YUV 132.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 201 119 23 0 0.41 0.89 0.21 32.36 0.79 0.44
Hex C9 77 17 0 29 59 15 20 4F 2C
Octal 311 167 27 0 51 131 25 40 117 54
Binary 11001001 1110111 10111 0 101001 1011001 10101 100000 1001111 101100

Color Harmonies of #C97717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97717

Black with #C97717

Text Example


Text Example

White with #C97717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97717; }

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

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

background-color css

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

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

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

border-color css

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

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

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