#C39A7D

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

Shades of Pale Taupe #C39A7D

Tints of Pale Taupe #C39A7D

Color information

#C39A7D (or 0xC39A7D) is unknown color: approx Pale Taupe. HEX triplet: C3, 9A and 7D. RGB value is (195,154,125). Sum of RGB (Red+Green+Blue) = 195+154+125=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A7D is #3C6582. Grayscale: #A3A3A3. Windows color (decimal): -3958147 or 8231619. OLE color: 8231619.

HSL color Cylindrical-coordinate representation of color #C39A7D: hue angle of 24.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C39A7D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195154125-
CMYK00.210.360.24
HSL24.86º36.84%62.75%-
HSV(B)24.86º35.9%76.47%-
XYZ37.7636.1924.4-
YUV162.95106.58150.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=41.14%
G=32.49%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515412500.210.360.2424.8636.8462.75
HexC39A7D015241819253f
Octal3032321750254430314577
Binary110000111001101011111010101011001001100011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A7D; }

 p { color: rgb(195,154,125); }

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

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

 a { background-color: rgb(195,154,125); }

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

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

 span { border-color: rgb(195,154,125); }

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