Html Css Color HEX #C98219 Ochre

📋 copy color: '#C98219'

red 201 ◦ green 130 ◦ blue 25

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

Shades of Ochre #C98219

Tints of Ochre #C98219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 56.46%
G = 36.52%
B = 7.02%

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

#C98219 (or 0xC98219) is known color: Ochre. HEX triplet: C9, 82 and 19. RGB value is (201,130,25). Sum of RGB (Red+Green+Blue) = 201+130+25=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98219 is #367DE6. Grayscale: #8B8B8B. Windows color (decimal): -3571175 or 1671881. OLE color: 1671881.

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

Color convert

RGB 201 130 25 -
CMYK 0 0.35 0.88 0.21
HSL 35.8º 0.78% 0.44% -
HSV(B) 35.8º 0.88% 0.79% -
XYZ 32.25 28.45 4.71 -
YUV 139.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 201 130 25 0 0.35 0.88 0.21 35.8 0.78 0.44
Hex C9 82 19 0 23 58 15 24 4E 2C
Octal 311 202 31 0 43 130 25 44 116 54
Binary 11001001 10000010 11001 0 100011 1011000 10101 100100 1001110 101100

Color Harmonies of #C98219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98219

Black with #C98219

Text Example


Text Example

White with #C98219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98219; }

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

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

background-color css

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

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

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

border-color css

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

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

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