#C39574

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

Shades of Pale Taupe #C39574

Tints of Pale Taupe #C39574

Color information

#C39574 (or 0xC39574) is unknown color: approx Pale Taupe. HEX triplet: C3, 95 and 74. RGB value is (195,149,116). Sum of RGB (Red+Green+Blue) = 195+149+116=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C39574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39574 is #3C6A8B. Grayscale: #9F9F9F. Windows color (decimal): -3959436 or 7640515. OLE color: 7640515.

HSL color Cylindrical-coordinate representation of color #C39574: hue angle of 25.06º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C39574 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195149116-
CMYK00.240.410.24
HSL25.06º39.7%60.98%-
HSV(B)25.06º40.51%76.47%-
XYZ36.4134.3621.24-
YUV158.99103.74153.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=42.39%
G=32.39%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514911600.240.410.2425.0639.760.98
HexC39574018291819283d
Octal3032251640305130315075
Binary110000111001010111101000110001010011100011001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39574; }

 p { color: rgb(195,149,116); }

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

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

 a { background-color: rgb(195,149,116); }

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

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

 span { border-color: rgb(195,149,116); }

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