Html Css Color HEX #C97C19 Ochre

📋 copy color: '#C97C19'

red 201 ◦ green 124 ◦ blue 25

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

Shades of Ochre #C97C19

Tints of Ochre #C97C19

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 57.43%
G = 35.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97C19 (or 0xC97C19) is known color: Ochre. HEX triplet: C9, 7C and 19. RGB value is (201,124,25). Sum of RGB (Red+Green+Blue) = 201+124+25=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C19 is #3683E6. Grayscale: #888888. Windows color (decimal): -3572711 or 1670345. OLE color: 1670345.

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

Color convert

RGB 201 124 25 -
CMYK 0 0.38 0.88 0.21
HSL 33.75º 0.78% 0.44% -
HSV(B) 33.75º 0.88% 0.79% -
XYZ 31.47 26.9 4.45 -
YUV 135.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 201 124 25 0 0.38 0.88 0.21 33.75 0.78 0.44
Hex C9 7C 19 0 26 58 15 22 4E 2C
Octal 311 174 31 0 46 130 25 42 116 54
Binary 11001001 1111100 11001 0 100110 1011000 10101 100010 1001110 101100

Color Harmonies of #C97C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C19

Black with #C97C19

Text Example


Text Example

White with #C97C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C19; }

 p { color: rgb(201,124,25); }

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

background-color css

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

 a { background-color: rgb(201,124,25); }

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

border-color css

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

 span { border-color: rgb(201,124,25); }

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