#CD9987

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

Shades of Quicksand #CD9987

Tints of Quicksand #CD9987

Color information

#CD9987 (or 0xCD9987) is unknown color: approx Quicksand. HEX triplet: CD, 99 and 87. RGB value is (205,153,135). Sum of RGB (Red+Green+Blue) = 205+153+135=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9987 is #326678. Grayscale: #A6A6A6. Windows color (decimal): -3303033 or 8886733. OLE color: 8886733.

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

Color convert

RGB205153135-
CMYK00.250.340.20
HSL15.43º41.18%66.67%-
HSV(B)15.43º34.15%80.39%-
XYZ40.9437.5128-
YUV166.5110.23155.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=41.58%
G=31.03%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515313500.250.340.2015.4341.1866.67
HexCD99870192214f2943
Octal31523120703142241751103
Binary1100110110011001100001110110011000101010011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9987; }

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

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

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

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

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

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

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

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