#C6978D

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

Shades of Quicksand #C6978D

Tints of Quicksand #C6978D

Color information

#C6978D (or 0xC6978D) is unknown color: approx Quicksand. HEX triplet: C6, 97 and 8D. RGB value is (198,151,141). Sum of RGB (Red+Green+Blue) = 198+151+141=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978D is #396872. Grayscale: #A3A3A3. Windows color (decimal): -3762291 or 9279430. OLE color: 9279430.

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

Color convert

RGB198151141-
CMYK00.240.290.22
HSL10.53º33.33%66.47%-
HSV(B)10.53º28.79%77.65%-
XYZ39.1636.0630.1-
YUV163.91115.07152.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=40.41%
G=30.82%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815114100.240.290.2210.5333.3366.47
HexC6978D0181D16b2142
Octal30622721503035261341102
Binary110001101001011110001101011000111011011010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6978D; }

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

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

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

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

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

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

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

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