#C39A93

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

Shades of Quicksand #C39A93

Tints of Quicksand #C39A93

Color information

#C39A93 (or 0xC39A93) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 93. RGB value is (195,154,147). Sum of RGB (Red+Green+Blue) = 195+154+147=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A93 is #3C656C. Grayscale: #A5A5A5. Windows color (decimal): -3958125 or 9673411. OLE color: 9673411.

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

Color convert

RGB195154147-
CMYK00.210.250.24
HSL8.75º28.57%67.06%-
HSV(B)8.75º24.62%76.47%-
XYZ39.3336.8232.64-
YUV165.46117.58149.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=39.31%
G=31.05%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515414700.210.250.248.7528.5767.06
HexC39A93015191891d43
Octal30323222302531301135103
Binary11000011100110101001001101010111001110001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A93; }

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

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

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

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

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

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

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

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