Html Css Color HEX #C98419 Ochre

📋 copy color: '#C98419'

red 201 ◦ green 132 ◦ blue 25

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

Shades of Ochre #C98419

Tints of Ochre #C98419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 56.15%
G = 36.87%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98419 (or 0xC98419) is known color: Ochre. HEX triplet: C9, 84 and 19. RGB value is (201,132,25). Sum of RGB (Red+Green+Blue) = 201+132+25=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C98419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98419 is #367BE6. Grayscale: #8C8C8C. Windows color (decimal): -3570663 or 1672393. OLE color: 1672393.

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

Color convert

RGB 201 132 25 -
CMYK 0 0.34 0.88 0.21
HSL 36.48º 0.78% 0.44% -
HSV(B) 36.48º 0.88% 0.79% -
XYZ 32.51 28.99 4.8 -
YUV 140.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 201 132 25 0 0.34 0.88 0.21 36.48 0.78 0.44
Hex C9 84 19 0 22 58 15 24 4E 2C
Octal 311 204 31 0 42 130 25 44 116 54
Binary 11001001 10000100 11001 0 100010 1011000 10101 100100 1001110 101100

Color Harmonies of #C98419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98419

Black with #C98419

Text Example


Text Example

White with #C98419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98419; }

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

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

background-color css

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

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

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

border-color css

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

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

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