#CD9687

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

Shades of Quicksand #CD9687

Tints of Quicksand #CD9687

Color information

#CD9687 (or 0xCD9687) is unknown color: approx Quicksand. HEX triplet: CD, 96 and 87. RGB value is (205,150,135). Sum of RGB (Red+Green+Blue) = 205+150+135=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9687 is #326978. Grayscale: #A4A4A4. Windows color (decimal): -3303801 or 8885965. OLE color: 8885965.

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

Color convert

RGB205150135-
CMYK00.270.340.20
HSL12.86º41.18%66.67%-
HSV(B)12.86º34.15%80.39%-
XYZ40.4636.5427.84-
YUV164.74111.22156.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=41.84%
G=30.61%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515013500.270.340.2012.8641.1866.67
HexCD968701B2214d2943
Octal31522620703342241551103
Binary1100110110010110100001110110111000101010011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9687; }

 p { color: rgb(205,150,135); }

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

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

 a { background-color: rgb(205,150,135); }

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

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

 span { border-color: rgb(205,150,135); }

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