Html Css Color HEX #C98319 Ochre

📋 copy color: '#C98319'

red 201 ◦ green 131 ◦ blue 25

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

Shades of Ochre #C98319

Tints of Ochre #C98319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 56.3%
G = 36.69%
B = 7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98319 (or 0xC98319) is known color: Ochre. HEX triplet: C9, 83 and 19. RGB value is (201,131,25). Sum of RGB (Red+Green+Blue) = 201+131+25=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C98319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98319 is #367CE6. Grayscale: #8C8C8C. Windows color (decimal): -3570919 or 1672137. OLE color: 1672137.

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

Color convert

RGB 201 131 25 -
CMYK 0 0.35 0.88 0.21
HSL 36.14º 0.78% 0.44% -
HSV(B) 36.14º 0.88% 0.79% -
XYZ 32.38 28.72 4.76 -
YUV 139.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 201 131 25 0 0.35 0.88 0.21 36.14 0.78 0.44
Hex C9 83 19 0 23 58 15 24 4E 2C
Octal 311 203 31 0 43 130 25 44 116 54
Binary 11001001 10000011 11001 0 100011 1011000 10101 100100 1001110 101100

Color Harmonies of #C98319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98319

Black with #C98319

Text Example


Text Example

White with #C98319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98319; }

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

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

background-color css

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

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

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

border-color css

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

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

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