Html Css Color HEX #C0995F Barley Corn

📋 copy color: '#C0995F'

red 192 ◦ green 153 ◦ blue 95

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

Shades of Barley Corn #C0995F

Tints of Barley Corn #C0995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

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

R = 43.64%
G = 34.77%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0995F (or 0xC0995F) is known color: Barley Corn. HEX triplet: C0, 99 and 5F. RGB value is (192,153,95). Sum of RGB (Red+Green+Blue) = 192+153+95=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995F is #3F66A0. Grayscale: #9E9E9E. Windows color (decimal): -4155041 or 6265280. OLE color: 6265280.

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

Color convert

RGB 192 153 95 -
CMYK 0 0.20 0.51 0.25
HSL 35.88º 0.43% 0.56% -
HSV(B) 35.88º 0.51% 0.75% -
XYZ 35.2 34.82 15.69 -
YUV 158.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 192 153 95 0 0.20 0.51 0.25 35.88 0.43 0.56
Hex C0 99 5F 0 14 33 19 24 2B 38
Octal 300 231 137 0 24 63 31 44 53 70
Binary 11000000 10011001 1011111 0 10100 110011 11001 100100 101011 111000

Color Harmonies of #C0995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0995F

Black with #C0995F

Text Example


Text Example

White with #C0995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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