#C09A6A

Color #C09A6A Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C09A6A

Tints of Fallow #C09A6A

Color information

#C09A6A (or 0xC09A6A) is unknown color: approx Fallow. HEX triplet: C0, 9A and 6A. RGB value is (192,154,106). Sum of RGB (Red+Green+Blue) = 192+154+106=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A6A is #3F6595. Grayscale: #A0A0A0. Windows color (decimal): -4154774 or 6986432. OLE color: 6986432.

HSL color Cylindrical-coordinate representation of color #C09A6A: hue angle of 33.49º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C09A6A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB192154106-
CMYK00.200.450.25
HSL33.49º40.57%58.43%-
HSV(B)33.49º44.79%75.29%-
XYZ35.935.3618.57-
YUV159.8997.59150.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=42.48%
G=34.07%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215410600.200.450.2533.4940.5758.43
HexC09A6A0142D1921293a
Octal3002321520245531415172
Binary1100000010011010110101001010010110111001100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A6A; }

 p { color: rgb(192,154,106); }

 H1.HeaderClassName
 {
   color: #C09A6A;
 }
 .AnyTagClassName
 {
   color: #C09A6A;
 }
</style>
background-color css

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

 a { background-color: rgb(192,154,106); }

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

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

 span { border-color: rgb(192,154,106); }

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