#C1968E

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

Shades of Quicksand #C1968E

Tints of Quicksand #C1968E

Color information

#C1968E (or 0xC1968E) is unknown color: approx Quicksand. HEX triplet: C1, 96 and 8E. RGB value is (193,150,142). Sum of RGB (Red+Green+Blue) = 193+150+142=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1968E is #3E6971. Grayscale: #A2A2A2. Windows color (decimal): -4090226 or 9344705. OLE color: 9344705.

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

Color convert

RGB193150142-
CMYK00.220.260.24
HSL9.41º29.14%65.69%-
HSV(B)9.41º26.42%75.69%-
XYZ37.7835.130.38-
YUV161.94116.75150.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=39.79%
G=30.93%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315014200.220.260.249.4129.1465.69
HexC1968E0161A1891d42
Octal30122621602632301135102
Binary11000001100101101000111001011011010110001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1968E; }

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

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

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

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

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

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

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

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