#C2988D

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

Shades of Quicksand #C2988D

Tints of Quicksand #C2988D

Color information

#C2988D (or 0xC2988D) is unknown color: approx Quicksand. HEX triplet: C2, 98 and 8D. RGB value is (194,152,141). Sum of RGB (Red+Green+Blue) = 194+152+141=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2988D is #3D6772. Grayscale: #A3A3A3. Windows color (decimal): -4024179 or 9279682. OLE color: 9279682.

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

Color convert

RGB194152141-
CMYK00.220.270.24
HSL12.45º30.29%65.69%-
HSV(B)12.45º27.32%76.08%-
XYZ38.2835.8530.1-
YUV163.3115.41149.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=39.84%
G=31.21%
B=28.95%

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
Decimal19415214100.220.270.2412.4530.2965.69
HexC2988D0161B18c1e42
Octal30223021502633301436102
Binary11000010100110001000110101011011011110001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2988D; }

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

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

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

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

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

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

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

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