#C8958D

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

Shades of Quicksand #C8958D

Tints of Quicksand #C8958D

Color information

#C8958D (or 0xC8958D) is unknown color: approx Quicksand. HEX triplet: C8, 95 and 8D. RGB value is (200,149,141). Sum of RGB (Red+Green+Blue) = 200+149+141=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958D is #376A72. Grayscale: #A3A3A3. Windows color (decimal): -3631731 or 9278920. OLE color: 9278920.

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

Color convert

RGB200149141-
CMYK00.260.290.22
HSL8.14º34.91%66.86%-
HSV(B)8.14º29.5%78.43%-
XYZ39.3735.730.01-
YUV163.34115.4154.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=40.82%
G=30.41%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014914100.260.290.228.1434.9166.86
HexC8958D01A1D1682343
Octal31022521503235261043103
Binary110010001001010110001101011010111011011010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8958D; }

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

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

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

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

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

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

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

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