Html Css Color HEX #C98119 Ochre

📋 copy color: '#C98119'

red 201 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C98119

Tints of Ochre #C98119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 56.62%
G = 36.34%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98119 (or 0xC98119) is known color: Ochre. HEX triplet: C9, 81 and 19. RGB value is (201,129,25). Sum of RGB (Red+Green+Blue) = 201+129+25=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C98119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98119 is #367EE6. Grayscale: #8B8B8B. Windows color (decimal): -3571431 or 1671625. OLE color: 1671625.

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

Color convert

RGB 201 129 25 -
CMYK 0 0.36 0.88 0.21
HSL 35.45º 0.78% 0.44% -
HSV(B) 35.45º 0.88% 0.79% -
XYZ 32.11 28.19 4.67 -
YUV 138.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 201 129 25 0 0.36 0.88 0.21 35.45 0.78 0.44
Hex C9 81 19 0 24 58 15 23 4E 2C
Octal 311 201 31 0 44 130 25 43 116 54
Binary 11001001 10000001 11001 0 100100 1011000 10101 100011 1001110 101100

Color Harmonies of #C98119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98119

Black with #C98119

Text Example


Text Example

White with #C98119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98119; }

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

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

background-color css

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

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

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

border-color css

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

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

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