Html Css Color HEX #C19C5D Barley Corn

📋 copy color: '#C19C5D'

red 193 ◦ green 156 ◦ blue 93

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

Shades of Barley Corn #C19C5D

Tints of Barley Corn #C19C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 43.67%
G = 35.29%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C19C5D (or 0xC19C5D) is known color: Barley Corn. HEX triplet: C1, 9C and 5D. RGB value is (193,156,93). Sum of RGB (Red+Green+Blue) = 193+156+93=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C5D is #3E63A2. Grayscale: #A0A0A0. Windows color (decimal): -4088739 or 6134977. OLE color: 6134977.

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

Color convert

RGB 193 156 93 -
CMYK 0 0.19 0.52 0.24
HSL 37.8º 0.45% 0.56% -
HSV(B) 37.8º 0.52% 0.76% -
XYZ 35.86 35.9 15.4 -
YUV 159.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 193 156 93 0 0.19 0.52 0.24 37.8 0.45 0.56
Hex C1 9C 5D 0 13 34 18 26 2D 38
Octal 301 234 135 0 23 64 30 46 55 70
Binary 11000001 10011100 1011101 0 10011 110100 11000 100110 101101 111000

Color Harmonies of #C19C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C5D

Black with #C19C5D

Text Example


Text Example

White with #C19C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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