Html Css Color HEX #C97D19 Ochre

📋 copy color: '#C97D19'

red 201 ◦ green 125 ◦ blue 25

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

Shades of Ochre #C97D19

Tints of Ochre #C97D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 57.26%
G = 35.61%
B = 7.12%

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

#C97D19 (or 0xC97D19) is known color: Ochre. HEX triplet: C9, 7D and 19. RGB value is (201,125,25). Sum of RGB (Red+Green+Blue) = 201+125+25=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D19 is #3682E6. Grayscale: #888888. Windows color (decimal): -3572455 or 1670601. OLE color: 1670601.

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

Color convert

RGB 201 125 25 -
CMYK 0 0.38 0.88 0.21
HSL 34.09º 0.78% 0.44% -
HSV(B) 34.09º 0.88% 0.79% -
XYZ 31.6 27.15 4.5 -
YUV 136.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 201 125 25 0 0.38 0.88 0.21 34.09 0.78 0.44
Hex C9 7D 19 0 26 58 15 22 4E 2C
Octal 311 175 31 0 46 130 25 42 116 54
Binary 11001001 1111101 11001 0 100110 1011000 10101 100010 1001110 101100

Color Harmonies of #C97D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D19

Black with #C97D19

Text Example


Text Example

White with #C97D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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