Html Css Color HEX #C0995E Barley Corn

📋 copy color: '#C0995E'

red 192 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #C0995E

Tints of Barley Corn #C0995E

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 43.74%
G = 34.85%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0995E (or 0xC0995E) is known color: Barley Corn. HEX triplet: C0, 99 and 5E. RGB value is (192,153,94). Sum of RGB (Red+Green+Blue) = 192+153+94=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995E is #3F66A1. Grayscale: #9E9E9E. Windows color (decimal): -4155042 or 6199744. OLE color: 6199744.

HSL color Cylindrical-coordinate representation of color #C0995E: hue angle of 36.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0995E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 94 -
CMYK 0 0.20 0.51 0.25
HSL 36.12º 0.44% 0.56% -
HSV(B) 36.12º 0.51% 0.75% -
XYZ 35.15 34.8 15.45 -
YUV 157.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 192 153 94 0 0.20 0.51 0.25 36.12 0.44 0.56
Hex C0 99 5E 0 14 33 19 24 2C 38
Octal 300 231 136 0 24 63 31 44 54 70
Binary 11000000 10011001 1011110 0 10100 110011 11001 100100 101100 111000

Color Harmonies of #C0995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0995E

Black with #C0995E

Text Example


Text Example

White with #C0995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0995E; }

 p { color: rgb(192,153,94); }

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

background-color css

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

 a { background-color: rgb(192,153,94); }

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

border-color css

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

 span { border-color: rgb(192,153,94); }

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