Html Css Color HEX #C97019 Ochre

📋 copy color: '#C97019'

red 201 ◦ green 112 ◦ blue 25

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

Shades of Ochre #C97019

Tints of Ochre #C97019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 59.47%
G = 33.14%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97019 (or 0xC97019) is known color: Ochre. HEX triplet: C9, 70 and 19. RGB value is (201,112,25). Sum of RGB (Red+Green+Blue) = 201+112+25=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97019 is #368FE6. Grayscale: #818181. Windows color (decimal): -3575783 or 1667273. OLE color: 1667273.

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

Color convert

RGB 201 112 25 -
CMYK 0 0.44 0.88 0.21
HSL 29.66º 0.78% 0.44% -
HSV(B) 29.66º 0.88% 0.79% -
XYZ 30.06 24.08 3.98 -
YUV 128.69 69.49 179.57 -
System Red Green Blue C M Y K H S L
Decimal 201 112 25 0 0.44 0.88 0.21 29.66 0.78 0.44
Hex C9 70 19 0 2C 58 15 1E 4E 2C
Octal 311 160 31 0 54 130 25 36 116 54
Binary 11001001 1110000 11001 0 101100 1011000 10101 11110 1001110 101100

Color Harmonies of #C97019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97019

Black with #C97019

Text Example


Text Example

White with #C97019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97019; }

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

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

background-color css

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

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

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

border-color css

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

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

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