#C3958B

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

Shades of Quicksand #C3958B

Tints of Quicksand #C3958B

Color information

#C3958B (or 0xC3958B) is unknown color: approx Quicksand. HEX triplet: C3, 95 and 8B. RGB value is (195,149,139). Sum of RGB (Red+Green+Blue) = 195+149+139=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958B is #3C6A74. Grayscale: #A1A1A1. Windows color (decimal): -3959413 or 9147843. OLE color: 9147843.

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

Color convert

RGB195149139-
CMYK00.240.290.24
HSL10.71º31.82%65.49%-
HSV(B)10.71º28.72%76.47%-
XYZ37.9134.9629.18-
YUV161.61115.24151.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=40.37%
G=30.85%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514913900.240.290.2410.7131.8265.49
HexC3958B0181D18b2041
Octal30322521303035301340101
Binary110000111001010110001011011000111011100010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3958B; }

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

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

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

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

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

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

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

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