#C2958D

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

Shades of Quicksand #C2958D

Tints of Quicksand #C2958D

Color information

#C2958D (or 0xC2958D) is unknown color: approx Quicksand. HEX triplet: C2, 95 and 8D. RGB value is (194,149,141). Sum of RGB (Red+Green+Blue) = 194+149+141=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2958D is #3D6A72. Grayscale: #A1A1A1. Windows color (decimal): -4024947 or 9278914. OLE color: 9278914.

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

Color convert

RGB194149141-
CMYK00.230.270.24
HSL9.06º30.29%65.69%-
HSV(B)9.06º27.32%76.08%-
XYZ37.834.8929.94-
YUV161.54116.41151.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=40.08%
G=30.79%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414914100.230.270.249.0630.2965.69
HexC2958D0171B1891e42
Octal30222521502733301136102
Binary11000010100101011000110101011111011110001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2958D; }

 p { color: rgb(194,149,141); }

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

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

 a { background-color: rgb(194,149,141); }

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

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

 span { border-color: rgb(194,149,141); }

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