#C1978D

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

Shades of Quicksand #C1978D

Tints of Quicksand #C1978D

Color information

#C1978D (or 0xC1978D) is unknown color: approx Quicksand. HEX triplet: C1, 97 and 8D. RGB value is (193,151,141). Sum of RGB (Red+Green+Blue) = 193+151+141=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1978D is #3E6872. Grayscale: #A2A2A2. Windows color (decimal): -4089971 or 9279425. OLE color: 9279425.

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

Color convert

RGB193151141-
CMYK00.220.270.24
HSL11.54º29.55%65.49%-
HSV(B)11.54º26.94%75.69%-
XYZ37.8735.3930.04-
YUV162.42115.91149.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=39.79%
G=31.13%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315114100.220.270.2411.5429.5565.49
HexC1978D0161B18c1e41
Octal30122721502633301436101
Binary11000001100101111000110101011011011110001100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1978D; }

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

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

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

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

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

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

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

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