Html Css Color HEX #C19C5E Barley Corn

📋 copy color: '#C19C5E'

red 193 ◦ green 156 ◦ blue 94

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

Shades of Barley Corn #C19C5E

Tints of Barley Corn #C19C5E

RGB

 RED value IS 193 (75.78% from 255) = 43.57%

 GREEN value IS 156 (61.33% from 255) = 35.21%

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

R = 43.57%
G = 35.21%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C19C5E (or 0xC19C5E) is known color: Barley Corn. HEX triplet: C1, 9C and 5E. RGB value is (193,156,94). Sum of RGB (Red+Green+Blue) = 193+156+94=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C5E is #3E63A1. Grayscale: #A0A0A0. Windows color (decimal): -4088738 or 6200513. OLE color: 6200513.

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

Color convert

RGB 193 156 94 -
CMYK 0 0.19 0.51 0.24
HSL 37.58º 0.44% 0.56% -
HSV(B) 37.58º 0.51% 0.76% -
XYZ 35.9 35.92 15.63 -
YUV 160 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 193 156 94 0 0.19 0.51 0.24 37.58 0.44 0.56
Hex C1 9C 5E 0 13 33 18 26 2C 38
Octal 301 234 136 0 23 63 30 46 54 70
Binary 11000001 10011100 1011110 0 10011 110011 11000 100110 101100 111000

Color Harmonies of #C19C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C5E

Black with #C19C5E

Text Example


Text Example

White with #C19C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C5E; }

 p { color: rgb(193,156,94); }

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

background-color css

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

 a { background-color: rgb(193,156,94); }

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

border-color css

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

 span { border-color: rgb(193,156,94); }

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