#C3988B

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

Shades of Quicksand #C3988B

Tints of Quicksand #C3988B

Color information

#C3988B (or 0xC3988B) is unknown color: approx Quicksand. HEX triplet: C3, 98 and 8B. RGB value is (195,152,139). Sum of RGB (Red+Green+Blue) = 195+152+139=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3988B is #3C6774. Grayscale: #A3A3A3. Windows color (decimal): -3958645 or 9148611. OLE color: 9148611.

HSL color Cylindrical-coordinate representation of color #C3988B: hue angle of 13.93º 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 #C3988B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195152139-
CMYK00.220.290.24
HSL13.93º31.82%65.49%-
HSV(B)13.93º28.72%76.47%-
XYZ38.3935.9229.34-
YUV163.38114.25150.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=40.12%
G=31.28%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515213900.220.290.2413.9331.8265.49
HexC3988B0161D18e2041
Octal30323021302635301640101
Binary110000111001100010001011010110111011100011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3988B; }

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

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

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

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

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

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

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

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