#C39C93

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

Shades of Quicksand #C39C93

Tints of Quicksand #C39C93

Color information

#C39C93 (or 0xC39C93) is unknown color: approx Quicksand. HEX triplet: C3, 9C and 93. RGB value is (195,156,147). Sum of RGB (Red+Green+Blue) = 195+156+147=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39C93 is #3C636C. Grayscale: #A6A6A6. Windows color (decimal): -3957613 or 9673923. OLE color: 9673923.

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

Color convert

RGB195156147-
CMYK00.200.250.24
HSL11.25º28.57%67.06%-
HSV(B)11.25º24.62%76.47%-
XYZ39.6637.4932.75-
YUV166.64116.92148.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=39.16%
G=31.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515614700.200.250.2411.2528.5767.06
HexC39C930141918b1d43
Octal30323422302431301335103
Binary11000011100111001001001101010011001110001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39C93; }

 p { color: rgb(195,156,147); }

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

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

 a { background-color: rgb(195,156,147); }

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

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

 span { border-color: rgb(195,156,147); }

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