#C09E7E

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

Shades of Pale Taupe #C09E7E

Tints of Pale Taupe #C09E7E

Color information

#C09E7E (or 0xC09E7E) is unknown color: approx Pale Taupe. HEX triplet: C0, 9E and 7E. RGB value is (192,158,126). Sum of RGB (Red+Green+Blue) = 192+158+126=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E7E is #3F6181. Grayscale: #A4A4A4. Windows color (decimal): -4153730 or 8298176. OLE color: 8298176.

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

Color convert

RGB192158126-
CMYK00.180.340.25
HSL29.09º34.38%62.35%-
HSV(B)29.09º34.38%75.29%-
XYZ37.7337.1724.92-
YUV164.52106.26147.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=40.34%
G=33.19%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215812600.180.340.2529.0934.3862.35
HexC09E7E01222191d223e
Octal3002361760224231354276
Binary110000001001111011111100100101000101100111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09E7E; }

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

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

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

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

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

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

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

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