#C39273

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

Shades of Pale Taupe #C39273

Tints of Pale Taupe #C39273

Color information

#C39273 (or 0xC39273) is unknown color: approx Pale Taupe. HEX triplet: C3, 92 and 73. RGB value is (195,146,115). Sum of RGB (Red+Green+Blue) = 195+146+115=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C39273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39273 is #3C6D8C. Grayscale: #9D9D9D. Windows color (decimal): -3960205 or 7574211. OLE color: 7574211.

HSL color Cylindrical-coordinate representation of color #C39273: hue angle of 23.25º 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 #C39273 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195146115-
CMYK00.250.410.24
HSL23.25º40%60.78%-
HSV(B)23.25º41.03%76.47%-
XYZ35.8833.420.78-
YUV157.12104.23155.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=42.76%
G=32.02%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514611500.250.410.2423.254060.78
HexC39273019291817283d
Octal3032221630315130275075
Binary110000111001001011100110110011010011100010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39273; }

 p { color: rgb(195,146,115); }

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

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

 a { background-color: rgb(195,146,115); }

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

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

 span { border-color: rgb(195,146,115); }

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