#C2958E

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

Shades of Quicksand #C2958E

Tints of Quicksand #C2958E

Color information

#C2958E (or 0xC2958E) is unknown color: approx Quicksand. HEX triplet: C2, 95 and 8E. RGB value is (194,149,142). Sum of RGB (Red+Green+Blue) = 194+149+142=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2958E is #3D6A71. Grayscale: #A1A1A1. Windows color (decimal): -4024946 or 9344450. OLE color: 9344450.

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

Color convert

RGB194149142-
CMYK00.230.270.24
HSL8.08º29.89%65.88%-
HSV(B)8.08º26.8%76.08%-
XYZ37.8834.9230.33-
YUV161.66116.91151.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=40%
G=30.72%
B=29.28%

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
Decimal19414914200.230.270.248.0829.8965.88
HexC2958E0171B1881e42
Octal30222521602733301036102
Binary11000010100101011000111001011111011110001000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2958E; }

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

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

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

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

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

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

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

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