#C1968D

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

Shades of Quicksand #C1968D

Tints of Quicksand #C1968D

Color information

#C1968D (or 0xC1968D) is unknown color: approx Quicksand. HEX triplet: C1, 96 and 8D. RGB value is (193,150,141). Sum of RGB (Red+Green+Blue) = 193+150+141=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1968D is #3E6972. Grayscale: #A1A1A1. Windows color (decimal): -4090227 or 9279169. OLE color: 9279169.

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

Color convert

RGB193150141-
CMYK00.220.270.24
HSL10.38º29.55%65.49%-
HSV(B)10.38º26.94%75.69%-
XYZ37.7135.0729.98-
YUV161.83116.25150.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=39.88%
G=30.99%
B=29.13%

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
Decimal19315014100.220.270.2410.3829.5565.49
HexC1968D0161B18a1e41
Octal30122621502633301236101
Binary11000001100101101000110101011011011110001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1968D; }

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

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

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

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

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

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

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

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