Html Css Color HEX #C09C5F Barley Corn

📋 copy color: '#C09C5F'

red 192 ◦ green 156 ◦ blue 95

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

Shades of Barley Corn #C09C5F

Tints of Barley Corn #C09C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

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

R = 43.34%
G = 35.21%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C09C5F (or 0xC09C5F) is known color: Barley Corn. HEX triplet: C0, 9C and 5F. RGB value is (192,156,95). Sum of RGB (Red+Green+Blue) = 192+156+95=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C5F is #3F63A0. Grayscale: #A0A0A0. Windows color (decimal): -4154273 or 6266048. OLE color: 6266048.

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

Color convert

RGB 192 156 95 -
CMYK 0 0.19 0.51 0.25
HSL 37.73º 0.43% 0.56% -
HSV(B) 37.73º 0.51% 0.75% -
XYZ 35.69 35.81 15.86 -
YUV 159.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 192 156 95 0 0.19 0.51 0.25 37.73 0.43 0.56
Hex C0 9C 5F 0 13 33 19 26 2B 38
Octal 300 234 137 0 23 63 31 46 53 70
Binary 11000000 10011100 1011111 0 10011 110011 11001 100110 101011 111000

Color Harmonies of #C09C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C5F

Black with #C09C5F

Text Example


Text Example

White with #C09C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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