#C09E7D

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

Shades of Pale Taupe #C09E7D

Tints of Pale Taupe #C09E7D

Color information

#C09E7D (or 0xC09E7D) is unknown color: approx Pale Taupe. HEX triplet: C0, 9E and 7D. RGB value is (192,158,125). Sum of RGB (Red+Green+Blue) = 192+158+125=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E7D is #3F6182. Grayscale: #A4A4A4. Windows color (decimal): -4153731 or 8232640. OLE color: 8232640.

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

Color convert

RGB192158125-
CMYK00.180.350.25
HSL29.55º34.72%62.16%-
HSV(B)29.55º34.9%75.29%-
XYZ37.6737.1424.59-
YUV164.4105.76147.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=40.42%
G=33.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215812500.180.350.2529.5534.7262.16
HexC09E7D01223191e233e
Octal3002361750224331364376
Binary110000001001111011111010100101000111100111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09E7D; }

 p { color: rgb(192,158,125); }

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

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

 a { background-color: rgb(192,158,125); }

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

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

 span { border-color: rgb(192,158,125); }

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