Html Css Color HEX #C97219 Ochre

📋 copy color: '#C97219'

red 201 ◦ green 114 ◦ blue 25

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

Shades of Ochre #C97219

Tints of Ochre #C97219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 59.12%
G = 33.53%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97219 (or 0xC97219) is known color: Ochre. HEX triplet: C9, 72 and 19. RGB value is (201,114,25). Sum of RGB (Red+Green+Blue) = 201+114+25=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97219 is #368DE6. Grayscale: #828282. Windows color (decimal): -3575271 or 1667785. OLE color: 1667785.

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

Color convert

RGB 201 114 25 -
CMYK 0 0.43 0.88 0.21
HSL 30.34º 0.78% 0.44% -
HSV(B) 30.34º 0.88% 0.79% -
XYZ 30.28 24.52 4.06 -
YUV 129.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 201 114 25 0 0.43 0.88 0.21 30.34 0.78 0.44
Hex C9 72 19 0 2B 58 15 1E 4E 2C
Octal 311 162 31 0 53 130 25 36 116 54
Binary 11001001 1110010 11001 0 101011 1011000 10101 11110 1001110 101100

Color Harmonies of #C97219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97219

Black with #C97219

Text Example


Text Example

White with #C97219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97219; }

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

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

background-color css

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

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

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

border-color css

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

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

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