#C09C5B

Color #C09C5B Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #C09C5B

Tints of Barley Corn #C09C5B

Color information

#C09C5B (or 0xC09C5B) is unknown color: approx Barley Corn. HEX triplet: C0, 9C and 5B. RGB value is (192,156,91). Sum of RGB (Red+Green+Blue) = 192+156+91=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C5B is #3F63A4. Grayscale: #9F9F9F. Windows color (decimal): -4154277 or 6003904. OLE color: 6003904.

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

Color convert

RGB19215691-
CMYK00.190.530.25
HSL38.61º44.49%55.49%-
HSV(B)38.61º52.6%75.29%-
XYZ35.5235.7414.92-
YUV159.3589.43151.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 91 (35.94% from 255) = 20.73%
R=43.74%
G=35.54%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921569100.190.530.2538.6144.4955.49
HexC09C5B0133519272c37
Octal3002341330236531475467
Binary1100000010011100101101101001111010111001100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C5B; }

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

 H1.HeaderClassName
 {
   color: #C09C5B;
 }
 .AnyTagClassName
 {
   color: #C09C5B;
 }
</style>
background-color css

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

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

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

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

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

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