#C39B7F

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

Shades of Pale Taupe #C39B7F

Tints of Pale Taupe #C39B7F

Color information

#C39B7F (or 0xC39B7F) is unknown color: approx Pale Taupe. HEX triplet: C3, 9B and 7F. RGB value is (195,155,127). Sum of RGB (Red+Green+Blue) = 195+155+127=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B7F is #3C6480. Grayscale: #A3A3A3. Windows color (decimal): -3957889 or 8362947. OLE color: 8362947.

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

Color convert

RGB195155127-
CMYK00.210.350.24
HSL24.71º36.17%63.14%-
HSV(B)24.71º34.87%76.47%-
XYZ38.0636.5825.13-
YUV163.77107.25150.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 127 (50% from 255) = 26.62%
R=40.88%
G=32.49%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515512700.210.350.2424.7136.1763.14
HexC39B7F015231819243f
Octal3032331770254330314477
Binary110000111001101111111110101011000111100011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B7F; }

 p { color: rgb(195,155,127); }

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

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

 a { background-color: rgb(195,155,127); }

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

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

 span { border-color: rgb(195,155,127); }

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