Html Css Color HEX #C09C5D Barley Corn

📋 copy color: '#C09C5D'

red 192 ◦ green 156 ◦ blue 93

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

Shades of Barley Corn #C09C5D

Tints of Barley Corn #C09C5D

RGB

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

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

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

R = 43.54%
G = 35.37%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C09C5D (or 0xC09C5D) is known color: Barley Corn. HEX triplet: C0, 9C and 5D. RGB value is (192,156,93). Sum of RGB (Red+Green+Blue) = 192+156+93=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C5D is #3F63A2. Grayscale: #9F9F9F. Windows color (decimal): -4154275 or 6134976. OLE color: 6134976.

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

Color convert

RGB 192 156 93 -
CMYK 0 0.19 0.52 0.25
HSL 38.18º 0.44% 0.56% -
HSV(B) 38.18º 0.52% 0.75% -
XYZ 35.6 35.77 15.38 -
YUV 159.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 192 156 93 0 0.19 0.52 0.25 38.18 0.44 0.56
Hex C0 9C 5D 0 13 34 19 26 2C 38
Octal 300 234 135 0 23 64 31 46 54 70
Binary 11000000 10011100 1011101 0 10011 110100 11001 100110 101100 111000

Color Harmonies of #C09C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C5D

Black with #C09C5D

Text Example


Text Example

White with #C09C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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