Html Css Color HEX #C98019 Ochre

📋 copy color: '#C98019'

red 201 ◦ green 128 ◦ blue 25

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

Shades of Ochre #C98019

Tints of Ochre #C98019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 56.78%
G = 36.16%
B = 7.06%

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

#C98019 (or 0xC98019) is known color: Ochre. HEX triplet: C9, 80 and 19. RGB value is (201,128,25). Sum of RGB (Red+Green+Blue) = 201+128+25=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C98019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98019 is #367FE6. Grayscale: #8A8A8A. Windows color (decimal): -3571687 or 1671369. OLE color: 1671369.

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

Color convert

RGB 201 128 25 -
CMYK 0 0.36 0.88 0.21
HSL 35.11º 0.78% 0.44% -
HSV(B) 35.11º 0.88% 0.79% -
XYZ 31.98 27.93 4.62 -
YUV 138.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 201 128 25 0 0.36 0.88 0.21 35.11 0.78 0.44
Hex C9 80 19 0 24 58 15 23 4E 2C
Octal 311 200 31 0 44 130 25 43 116 54
Binary 11001001 10000000 11001 0 100100 1011000 10101 100011 1001110 101100

Color Harmonies of #C98019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98019

Black with #C98019

Text Example


Text Example

White with #C98019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98019; }

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

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

background-color css

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

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

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

border-color css

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

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

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