#C2978A

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

Shades of Quicksand #C2978A

Tints of Quicksand #C2978A

Color information

#C2978A (or 0xC2978A) is unknown color: approx Quicksand. HEX triplet: C2, 97 and 8A. RGB value is (194,151,138). Sum of RGB (Red+Green+Blue) = 194+151+138=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2978A is #3D6875. Grayscale: #A2A2A2. Windows color (decimal): -4024438 or 9082818. OLE color: 9082818.

HSL color Cylindrical-coordinate representation of color #C2978A: hue angle of 13.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2978A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194151138-
CMYK00.220.290.24
HSL13.93º31.46%65.1%-
HSV(B)13.93º28.87%76.08%-
XYZ37.935.4428.89-
YUV162.38114.25150.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=40.17%
G=31.26%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415113800.220.290.2413.9331.4665.1
HexC2978A0161D18e1f41
Octal30222721202635301637101
Binary11000010100101111000101001011011101110001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2978A; }

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

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

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

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

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

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

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

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