Html Css Color HEX #C09760 Fallow

📋 copy color: '#C09760'

red 192 ◦ green 151 ◦ blue 96

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

Shades of Fallow #C09760

Tints of Fallow #C09760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

 BLUE value IS 96 (37.89% from 255) = 21.87%

R = 43.74%
G = 34.4%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C09760 (or 0xC09760) is known color: Fallow. HEX triplet: C0, 97 and 60. RGB value is (192,151,96). Sum of RGB (Red+Green+Blue) = 192+151+96=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09760 is #3F689F. Grayscale: #9D9D9D. Windows color (decimal): -4155552 or 6330304. OLE color: 6330304.

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

Color convert

RGB 192 151 96 -
CMYK 0 0.21 0.50 0.25
HSL 34.38º 0.43% 0.56% -
HSV(B) 34.38º 0.5% 0.75% -
XYZ 34.92 34.18 15.82 -
YUV 156.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 192 151 96 0 0.21 0.50 0.25 34.38 0.43 0.56
Hex C0 97 60 0 15 32 19 22 2B 38
Octal 300 227 140 0 25 62 31 42 53 70
Binary 11000000 10010111 1100000 0 10101 110010 11001 100010 101011 111000

Color Harmonies of #C09760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09760

Black with #C09760

Text Example


Text Example

White with #C09760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09760; }

 p { color: rgb(192,151,96); }

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

background-color css

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

 a { background-color: rgb(192,151,96); }

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

border-color css

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

 span { border-color: rgb(192,151,96); }

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