#C39E8E

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

Shades of Quicksand #C39E8E

Tints of Quicksand #C39E8E

Color information

#C39E8E (or 0xC39E8E) is unknown color: approx Quicksand. HEX triplet: C3, 9E and 8E. RGB value is (195,158,142). Sum of RGB (Red+Green+Blue) = 195+158+142=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39E8E is #3C6171. Grayscale: #A7A7A7. Windows color (decimal): -3957106 or 9346755. OLE color: 9346755.

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

Color convert

RGB195158142-
CMYK00.190.270.24
HSL18.11º30.64%66.08%-
HSV(B)18.11º27.18%76.47%-
XYZ39.6238.0130.84-
YUV167.24113.76147.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=39.39%
G=31.92%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515814200.190.270.2418.1130.6466.08
HexC39E8E0131B18121f42
Octal30323621602333302237102
Binary110000111001111010001110010011110111100010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39E8E; }

 p { color: rgb(195,158,142); }

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

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

 a { background-color: rgb(195,158,142); }

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

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

 span { border-color: rgb(195,158,142); }

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