#C39081

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

Shades of Quicksand #C39081

Tints of Quicksand #C39081

Color information

#C39081 (or 0xC39081) is unknown color: approx Quicksand. HEX triplet: C3, 90 and 81. RGB value is (195,144,129). Sum of RGB (Red+Green+Blue) = 195+144+129=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C39081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39081 is #3C6F7E. Grayscale: #9D9D9D. Windows color (decimal): -3960703 or 8491203. OLE color: 8491203.

HSL color Cylindrical-coordinate representation of color #C39081: hue angle of 13.64º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C39081 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195144129-
CMYK00.260.340.24
HSL13.64º35.48%63.53%-
HSV(B)13.64º33.85%76.47%-
XYZ36.4433.1325.24-
YUV157.54111.9154.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=41.67%
G=30.77%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514412900.260.340.2413.6435.4863.53
HexC3908101A2218e2340
Octal30322020103242301643100
Binary1100001110010000100000010110101000101100011101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39081; }

 p { color: rgb(195,144,129); }

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

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

 a { background-color: rgb(195,144,129); }

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

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

 span { border-color: rgb(195,144,129); }

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