#C1988E

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

Shades of Quicksand #C1988E

Tints of Quicksand #C1988E

Color information

#C1988E (or 0xC1988E) is unknown color: approx Quicksand. HEX triplet: C1, 98 and 8E. RGB value is (193,152,142). Sum of RGB (Red+Green+Blue) = 193+152+142=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1988E is #3E6771. Grayscale: #A3A3A3. Windows color (decimal): -4089714 or 9345217. OLE color: 9345217.

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

Color convert

RGB193152142-
CMYK00.210.260.24
HSL11.76º29.14%65.69%-
HSV(B)11.76º26.42%75.69%-
XYZ38.135.7530.48-
YUV163.12116.08149.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=39.63%
G=31.21%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315214200.210.260.2411.7629.1465.69
HexC1988E0151A18c1d42
Octal30123021602532301435102
Binary11000001100110001000111001010111010110001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1988E; }

 p { color: rgb(193,152,142); }

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

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

 a { background-color: rgb(193,152,142); }

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

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

 span { border-color: rgb(193,152,142); }

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