Html Css Color HEX #C09D5D Barley Corn

📋 copy color: '#C09D5D'

red 192 ◦ green 157 ◦ blue 93

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

Shades of Barley Corn #C09D5D

Tints of Barley Corn #C09D5D

RGB

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

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

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

R = 43.44%
G = 35.52%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C09D5D (or 0xC09D5D) is known color: Barley Corn. HEX triplet: C0, 9D and 5D. RGB value is (192,157,93). Sum of RGB (Red+Green+Blue) = 192+157+93=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D5D is #3F62A2. Grayscale: #A0A0A0. Windows color (decimal): -4154019 or 6135232. OLE color: 6135232.

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

Color convert

RGB 192 157 93 -
CMYK 0 0.18 0.52 0.25
HSL 38.79º 0.44% 0.56% -
HSV(B) 38.79º 0.52% 0.75% -
XYZ 35.77 36.11 15.44 -
YUV 160.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 192 157 93 0 0.18 0.52 0.25 38.79 0.44 0.56
Hex C0 9D 5D 0 12 34 19 27 2C 38
Octal 300 235 135 0 22 64 31 47 54 70
Binary 11000000 10011101 1011101 0 10010 110100 11001 100111 101100 111000

Color Harmonies of #C09D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D5D

Black with #C09D5D

Text Example


Text Example

White with #C09D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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