#C39A96

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

Shades of Quicksand #C39A96

Tints of Quicksand #C39A96

Color information

#C39A96 (or 0xC39A96) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 96. RGB value is (195,154,150). Sum of RGB (Red+Green+Blue) = 195+154+150=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A96 is #3C6569. Grayscale: #A5A5A5. Windows color (decimal): -3958122 or 9870019. OLE color: 9870019.

HSL color Cylindrical-coordinate representation of color #C39A96: hue angle of 5.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C39A96 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB195154150-
CMYK00.210.230.24
HSL5.33º27.27%67.65%-
HSV(B)5.33º23.08%76.47%-
XYZ39.5736.9233.89-
YUV165.8119.08148.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=39.08%
G=30.86%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515415000.210.230.245.3327.2767.65
HexC39A96015171851b44
Octal3032322260252730533104
Binary1100001110011010100101100101011011111000101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A96; }

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

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

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

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

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

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

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

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