#C1958E

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

Shades of Quicksand #C1958E

Tints of Quicksand #C1958E

Color information

#C1958E (or 0xC1958E) is unknown color: approx Quicksand. HEX triplet: C1, 95 and 8E. RGB value is (193,149,142). Sum of RGB (Red+Green+Blue) = 193+149+142=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958E is #3E6A71. Grayscale: #A1A1A1. Windows color (decimal): -4090482 or 9344449. OLE color: 9344449.

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

Color convert

RGB193149142-
CMYK00.230.260.24
HSL8.24º29.14%65.69%-
HSV(B)8.24º26.42%75.69%-
XYZ37.6234.7930.32-
YUV161.36117.08150.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=39.88%
G=30.79%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314914200.230.260.248.2429.1465.69
HexC1958E0171A1881d42
Octal30122521602732301035102
Binary11000001100101011000111001011111010110001000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1958E; }

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

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

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

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

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

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

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

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