#C39884

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

Shades of Quicksand #C39884

Tints of Quicksand #C39884

Color information

#C39884 (or 0xC39884) is unknown color: approx Quicksand. HEX triplet: C3, 98 and 84. RGB value is (195,152,132). Sum of RGB (Red+Green+Blue) = 195+152+132=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C39884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39884 is #3C677B. Grayscale: #A2A2A2. Windows color (decimal): -3958652 or 8689859. OLE color: 8689859.

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

Color convert

RGB195152132-
CMYK00.220.320.24
HSL19.05º34.43%64.12%-
HSV(B)19.05º32.31%76.47%-
XYZ37.935.7226.73-
YUV162.58110.75151.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=40.71%
G=31.73%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515213200.220.320.2419.0534.4364.12
HexC398840162018132240
Octal30323020402640302342100
Binary11000011100110001000010001011010000011000100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39884; }

 p { color: rgb(195,152,132); }

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

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

 a { background-color: rgb(195,152,132); }

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

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

 span { border-color: rgb(195,152,132); }

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