#CD9986

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

Shades of Quicksand #CD9986

Tints of Quicksand #CD9986

Color information

#CD9986 (or 0xCD9986) is unknown color: approx Quicksand. HEX triplet: CD, 99 and 86. RGB value is (205,153,134). Sum of RGB (Red+Green+Blue) = 205+153+134=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9986 is #326679. Grayscale: #A6A6A6. Windows color (decimal): -3303034 or 8821197. OLE color: 8821197.

HSL color Cylindrical-coordinate representation of color #CD9986: hue angle of 16.06º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9986 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205153134-
CMYK00.250.350.20
HSL16.06º41.52%66.47%-
HSV(B)16.06º34.63%80.39%-
XYZ40.8737.4827.64-
YUV166.38109.73155.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=41.67%
G=31.10%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515313400.250.350.2016.0641.5266.47
HexCD99860192314102a42
Octal31523120603143242052102
Binary11001101100110011000011001100110001110100100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9986; }

 p { color: rgb(205,153,134); }

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

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

 a { background-color: rgb(205,153,134); }

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

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

 span { border-color: rgb(205,153,134); }

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