Html Css Color HEX #C09C5B Barley Corn

📋 copy color: '#C09C5B'

red 192 ◦ green 156 ◦ blue 91

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

Shades of Barley Corn #C09C5B

Tints of Barley Corn #C09C5B

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 value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C09C5B (or 0xC09C5B) is known color: 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

RGB 192 156 91 -
CMYK 0 0.19 0.53 0.25
HSL 38.61º 0.44% 0.55% -
HSV(B) 38.61º 0.53% 0.75% -
XYZ 35.52 35.74 14.92 -
YUV 159.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 192 156 91 0 0.19 0.53 0.25 38.61 0.44 0.55
Hex C0 9C 5B 0 13 35 19 27 2C 37
Octal 300 234 133 0 23 65 31 47 54 67
Binary 11000000 10011100 1011011 0 10011 110101 11001 100111 101100 110111

Color Harmonies of #C09C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C5B

Black with #C09C5B

Text Example


Text Example

White with #C09C5B

Text Example


Text Example

HTML Codes & Css Web 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>