#CD9487

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

Shades of Quicksand #CD9487

Tints of Quicksand #CD9487

Color information

#CD9487 (or 0xCD9487) is unknown color: approx Quicksand. HEX triplet: CD, 94 and 87. RGB value is (205,148,135). Sum of RGB (Red+Green+Blue) = 205+148+135=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9487 is #326B78. Grayscale: #A3A3A3. Windows color (decimal): -3304313 or 8885453. OLE color: 8885453.

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

Color convert

RGB205148135-
CMYK00.280.340.20
HSL11.14º41.18%66.67%-
HSV(B)11.14º34.15%80.39%-
XYZ40.1435.9127.74-
YUV163.56111.88157.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=42.01%
G=30.33%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514813500.280.340.2011.1441.1866.67
HexCD948701C2214b2943
Octal31522420703442241351103
Binary1100110110010100100001110111001000101010010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9487; }

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

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

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

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

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

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

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

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