#C3958D

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

Shades of Quicksand #C3958D

Tints of Quicksand #C3958D

Color information

#C3958D (or 0xC3958D) is unknown color: approx Quicksand. HEX triplet: C3, 95 and 8D. RGB value is (195,149,141). Sum of RGB (Red+Green+Blue) = 195+149+141=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3958D is #3C6A72. Grayscale: #A1A1A1. Windows color (decimal): -3959411 or 9278915. OLE color: 9278915.

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

Color convert

RGB195149141-
CMYK00.240.280.24
HSL8.89º31.03%65.88%-
HSV(B)8.89º27.69%76.47%-
XYZ38.0635.0229.95-
YUV161.84116.24151.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=40.21%
G=30.72%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514914100.240.280.248.8931.0365.88
HexC3958D0181C1891f42
Octal30322521503034301137102
Binary11000011100101011000110101100011100110001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3958D; }

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

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

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

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

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

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

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

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