Html Css Color HEX #C09D5A Barley Corn

📋 copy color: '#C09D5A'

red 192 ◦ green 157 ◦ blue 90

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

Shades of Barley Corn #C09D5A

Tints of Barley Corn #C09D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.76%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 43.74%
G = 35.76%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C09D5A (or 0xC09D5A) is known color: Barley Corn. HEX triplet: C0, 9D and 5A. RGB value is (192,157,90). Sum of RGB (Red+Green+Blue) = 192+157+90=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D5A is #3F62A5. Grayscale: #A0A0A0. Windows color (decimal): -4154022 or 5938624. OLE color: 5938624.

HSL color Cylindrical-coordinate representation of color #C09D5A: hue angle of 39.41º degrees, saturation: 0.45, 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 #C09D5A is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 90 -
CMYK 0 0.18 0.53 0.25
HSL 39.41º 0.45% 0.55% -
HSV(B) 39.41º 0.53% 0.75% -
XYZ 35.64 36.06 14.75 -
YUV 159.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 192 157 90 0 0.18 0.53 0.25 39.41 0.45 0.55
Hex C0 9D 5A 0 12 35 19 27 2D 37
Octal 300 235 132 0 22 65 31 47 55 67
Binary 11000000 10011101 1011010 0 10010 110101 11001 100111 101101 110111

Color Harmonies of #C09D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D5A

Black with #C09D5A

Text Example


Text Example

White with #C09D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D5A; }

 p { color: rgb(192,157,90); }

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

background-color css

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

 a { background-color: rgb(192,157,90); }

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

border-color css

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

 span { border-color: rgb(192,157,90); }

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