#C6978E

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

Shades of Quicksand #C6978E

Tints of Quicksand #C6978E

Color information

#C6978E (or 0xC6978E) is unknown color: approx Quicksand. HEX triplet: C6, 97 and 8E. RGB value is (198,151,142). Sum of RGB (Red+Green+Blue) = 198+151+142=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978E is #396871. Grayscale: #A4A4A4. Windows color (decimal): -3762290 or 9344966. OLE color: 9344966.

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

Color convert

RGB198151142-
CMYK00.240.280.22
HSL9.64º32.94%66.67%-
HSV(B)9.64º28.28%77.65%-
XYZ39.2436.0930.49-
YUV164.03115.57152.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=40.33%
G=30.75%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815114200.240.280.229.6432.9466.67
HexC6978E0181C16a2143
Octal30622721603034261241103
Binary110001101001011110001110011000111001011010101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6978E; }

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

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

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

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

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

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

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

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