#C39993

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

Shades of Quicksand #C39993

Tints of Quicksand #C39993

Color information

#C39993 (or 0xC39993) is unknown color: approx Quicksand. HEX triplet: C3, 99 and 93. RGB value is (195,153,147). Sum of RGB (Red+Green+Blue) = 195+153+147=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39993 is #3C666C. Grayscale: #A4A4A4. Windows color (decimal): -3958381 or 9673155. OLE color: 9673155.

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

Color convert

RGB195153147-
CMYK00.220.250.24
HSL7.5º28.57%67.06%-
HSV(B)7.5º24.62%76.47%-
XYZ39.1636.4932.58-
YUV164.87117.91149.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=39.39%
G=30.91%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515314700.220.250.247.528.5767.06
HexC39993016191881d43
Octal30323122302631301035103
Binary11000011100110011001001101011011001110001000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39993; }

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

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

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

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

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

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

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

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