#C1958D

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

Shades of Quicksand #C1958D

Tints of Quicksand #C1958D

Color information

#C1958D (or 0xC1958D) is unknown color: approx Quicksand. HEX triplet: C1, 95 and 8D. RGB value is (193,149,141). Sum of RGB (Red+Green+Blue) = 193+149+141=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958D is #3E6A72. Grayscale: #A1A1A1. Windows color (decimal): -4090483 or 9278913. OLE color: 9278913.

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

Color convert

RGB193149141-
CMYK00.230.270.24
HSL9.23º29.55%65.49%-
HSV(B)9.23º26.94%75.69%-
XYZ37.5534.7629.93-
YUV161.24116.58150.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=39.96%
G=30.85%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314914100.230.270.249.2329.5565.49
HexC1958D0171B1891e41
Octal30122521502733301136101
Binary11000001100101011000110101011111011110001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1958D; }

 p { color: rgb(193,149,141); }

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

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

 a { background-color: rgb(193,149,141); }

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

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

 span { border-color: rgb(193,149,141); }

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