Html Css Color HEX #C98320 Ochre

📋 copy color: '#C98320'

red 201 ◦ green 131 ◦ blue 32

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

Shades of Ochre #C98320

Tints of Ochre #C98320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 55.22%
G = 35.99%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C98320 (or 0xC98320) is known color: Ochre. HEX triplet: C9, 83 and 20. RGB value is (201,131,32). Sum of RGB (Red+Green+Blue) = 201+131+32=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C98320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98320 is #367CDF. Grayscale: #8D8D8D. Windows color (decimal): -3570912 or 2130889. OLE color: 2130889.

HSL color Cylindrical-coordinate representation of color #C98320: hue angle of 35.15º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98320 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 131 32 -
CMYK 0 0.35 0.84 0.21
HSL 35.15º 0.73% 0.46% -
HSV(B) 35.15º 0.84% 0.79% -
XYZ 32.46 28.75 5.21 -
YUV 140.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 201 131 32 0 0.35 0.84 0.21 35.15 0.73 0.46
Hex C9 83 20 0 23 54 15 23 49 2E
Octal 311 203 40 0 43 124 25 43 111 56
Binary 11001001 10000011 100000 0 100011 1010100 10101 100011 1001001 101110

Color Harmonies of #C98320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98320

Black with #C98320

Text Example


Text Example

White with #C98320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98320; }

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

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

background-color css

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

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

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

border-color css

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

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

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