#CD958C

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

Shades of Quicksand #CD958C

Tints of Quicksand #CD958C

Color information

#CD958C (or 0xCD958C) is unknown color: approx Quicksand. HEX triplet: CD, 95 and 8C. RGB value is (205,149,140). Sum of RGB (Red+Green+Blue) = 205+149+140=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD958C is #326A73. Grayscale: #A4A4A4. Windows color (decimal): -3304052 or 9213389. OLE color: 9213389.

HSL color Cylindrical-coordinate representation of color #CD958C: hue angle of 8.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD958C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205149140-
CMYK00.270.320.20
HSL8.31º39.39%67.65%-
HSV(B)8.31º31.71%80.39%-
XYZ40.6636.3729.69-
YUV164.72114.05156.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=41.50%
G=30.16%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514914000.270.320.208.3139.3967.65
HexCD958C01B201482744
Octal31522521403340241047104
Binary1100110110010101100011000110111000001010010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD958C; }

 p { color: rgb(205,149,140); }

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

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

 a { background-color: rgb(205,149,140); }

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

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

 span { border-color: rgb(205,149,140); }

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