#C6958D

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

Shades of Quicksand #C6958D

Tints of Quicksand #C6958D

Color information

#C6958D (or 0xC6958D) is unknown color: approx Quicksand. HEX triplet: C6, 95 and 8D. RGB value is (198,149,141). Sum of RGB (Red+Green+Blue) = 198+149+141=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6958D is #396A72. Grayscale: #A2A2A2. Windows color (decimal): -3762803 or 9278918. OLE color: 9278918.

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

Color convert

RGB198149141-
CMYK00.250.290.22
HSL8.42º33.33%66.47%-
HSV(B)8.42º28.79%77.65%-
XYZ38.8435.4229.99-
YUV162.74115.73153.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=40.57%
G=30.53%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814914100.250.290.228.4233.3366.47
HexC6958D0191D1682142
Octal30622521503135261041102
Binary110001101001010110001101011001111011011010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6958D; }

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

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

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

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

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

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

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

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