Html Css Color HEX #C09D5F Barley Corn

📋 copy color: '#C09D5F'

red 192 ◦ green 157 ◦ blue 95

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

Shades of Barley Corn #C09D5F

Tints of Barley Corn #C09D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 43.24%
G = 35.36%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C09D5F (or 0xC09D5F) is known color: Barley Corn. HEX triplet: C0, 9D and 5F. RGB value is (192,157,95). Sum of RGB (Red+Green+Blue) = 192+157+95=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D5F is #3F62A0. Grayscale: #A0A0A0. Windows color (decimal): -4154017 or 6266304. OLE color: 6266304.

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

Color convert

RGB 192 157 95 -
CMYK 0 0.18 0.51 0.25
HSL 38.35º 0.43% 0.56% -
HSV(B) 38.35º 0.51% 0.75% -
XYZ 35.86 36.15 15.91 -
YUV 160.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 192 157 95 0 0.18 0.51 0.25 38.35 0.43 0.56
Hex C0 9D 5F 0 12 33 19 26 2B 38
Octal 300 235 137 0 22 63 31 46 53 70
Binary 11000000 10011101 1011111 0 10010 110011 11001 100110 101011 111000

Color Harmonies of #C09D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D5F

Black with #C09D5F

Text Example


Text Example

White with #C09D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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