#C2978D

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

Shades of Quicksand #C2978D

Tints of Quicksand #C2978D

Color information

#C2978D (or 0xC2978D) is unknown color: approx Quicksand. HEX triplet: C2, 97 and 8D. RGB value is (194,151,141). Sum of RGB (Red+Green+Blue) = 194+151+141=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2978D is #3D6872. Grayscale: #A2A2A2. Windows color (decimal): -4024435 or 9279426. OLE color: 9279426.

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

Color convert

RGB194151141-
CMYK00.220.270.24
HSL11.32º30.29%65.69%-
HSV(B)11.32º27.32%76.08%-
XYZ38.1235.5330.05-
YUV162.72115.75150.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=39.92%
G=31.07%
B=29.01%

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
Decimal19415114100.220.270.2411.3230.2965.69
HexC2978D0161B18b1e42
Octal30222721502633301336102
Binary11000010100101111000110101011011011110001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2978D; }

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

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

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

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

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

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

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

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