#C39A94

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

Shades of Quicksand #C39A94

Tints of Quicksand #C39A94

Color information

#C39A94 (or 0xC39A94) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 94. RGB value is (195,154,148). Sum of RGB (Red+Green+Blue) = 195+154+148=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A94 is #3C656B. Grayscale: #A5A5A5. Windows color (decimal): -3958124 or 9738947. OLE color: 9738947.

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

Color convert

RGB195154148-
CMYK00.210.240.24
HSL7.66º28.14%67.25%-
HSV(B)7.66º24.1%76.47%-
XYZ39.4136.8533.05-
YUV165.58118.08148.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=39.24%
G=30.99%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515414800.210.240.247.6628.1467.25
HexC39A94015181881c43
Octal30323222402530301034103
Binary11000011100110101001010001010111000110001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A94; }

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

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

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

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

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

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

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

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