Html Css Color HEX #C97419 Ochre

📋 copy color: '#C97419'

red 201 ◦ green 116 ◦ blue 25

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

Shades of Ochre #C97419

Tints of Ochre #C97419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 58.77%
G = 33.92%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97419 (or 0xC97419) is known color: Ochre. HEX triplet: C9, 74 and 19. RGB value is (201,116,25). Sum of RGB (Red+Green+Blue) = 201+116+25=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97419 is #368BE6. Grayscale: #838383. Windows color (decimal): -3574759 or 1668297. OLE color: 1668297.

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

Color convert

RGB 201 116 25 -
CMYK 0 0.42 0.88 0.21
HSL 31.02º 0.78% 0.44% -
HSV(B) 31.02º 0.88% 0.79% -
XYZ 30.51 24.98 4.13 -
YUV 131.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 201 116 25 0 0.42 0.88 0.21 31.02 0.78 0.44
Hex C9 74 19 0 2A 58 15 1F 4E 2C
Octal 311 164 31 0 52 130 25 37 116 54
Binary 11001001 1110100 11001 0 101010 1011000 10101 11111 1001110 101100

Color Harmonies of #C97419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97419

Black with #C97419

Text Example


Text Example

White with #C97419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97419; }

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

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

background-color css

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

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

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

border-color css

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

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

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