#C39A8A

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

Shades of Quicksand #C39A8A

Tints of Quicksand #C39A8A

Color information

#C39A8A (or 0xC39A8A) is unknown color: approx Quicksand. HEX triplet: C3, 9A and 8A. RGB value is (195,154,138). Sum of RGB (Red+Green+Blue) = 195+154+138=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A8A is #3C6575. Grayscale: #A4A4A4. Windows color (decimal): -3958134 or 9083587. OLE color: 9083587.

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

Color convert

RGB195154138-
CMYK00.210.290.24
HSL16.84º32.2%65.29%-
HSV(B)16.84º29.23%76.47%-
XYZ38.6536.5529.06-
YUV164.44113.08149.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=40.04%
G=31.62%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515413800.210.290.2416.8432.265.29
HexC39A8A0151D18112041
Octal30323221202535302140101
Binary1100001110011010100010100101011110111000100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A8A; }

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

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

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

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

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

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

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

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