#C09A7B

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

Shades of Pale Taupe #C09A7B

Tints of Pale Taupe #C09A7B

Color information

#C09A7B (or 0xC09A7B) is unknown color: approx Pale Taupe. HEX triplet: C0, 9A and 7B. RGB value is (192,154,123). Sum of RGB (Red+Green+Blue) = 192+154+123=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A7B is #3F6584. Grayscale: #A1A1A1. Windows color (decimal): -4154757 or 8100544. OLE color: 8100544.

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

Color convert

RGB192154123-
CMYK00.200.360.25
HSL26.96º35.38%61.76%-
HSV(B)26.96º35.94%75.29%-
XYZ36.8735.7523.7-
YUV161.83106.09149.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=40.94%
G=32.84%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215412300.200.360.2526.9635.3861.76
HexC09A7B01424191b233e
Octal3002321730244431334376
Binary110000001001101011110110101001001001100111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A7B; }

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

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

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

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

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

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

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

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