Html Css Color HEX #C0985F Barley Corn

📋 copy color: '#C0985F'

red 192 ◦ green 152 ◦ blue 95

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

Shades of Barley Corn #C0985F

Tints of Barley Corn #C0985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

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

R = 43.74%
G = 34.62%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0985F (or 0xC0985F) is known color: Barley Corn. HEX triplet: C0, 98 and 5F. RGB value is (192,152,95). Sum of RGB (Red+Green+Blue) = 192+152+95=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985F is #3F67A0. Grayscale: #9D9D9D. Windows color (decimal): -4155297 or 6265024. OLE color: 6265024.

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

Color convert

RGB 192 152 95 -
CMYK 0 0.21 0.51 0.25
HSL 35.26º 0.43% 0.56% -
HSV(B) 35.26º 0.51% 0.75% -
XYZ 35.03 34.49 15.64 -
YUV 157.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 192 152 95 0 0.21 0.51 0.25 35.26 0.43 0.56
Hex C0 98 5F 0 15 33 19 23 2B 38
Octal 300 230 137 0 25 63 31 43 53 70
Binary 11000000 10011000 1011111 0 10101 110011 11001 100011 101011 111000

Color Harmonies of #C0985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0985F

Black with #C0985F

Text Example


Text Example

White with #C0985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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