#CD9583

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

Shades of Quicksand #CD9583

Tints of Quicksand #CD9583

Color information

#CD9583 (or 0xCD9583) is unknown color: approx Quicksand. HEX triplet: CD, 95 and 83. RGB value is (205,149,131). Sum of RGB (Red+Green+Blue) = 205+149+131=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9583 is #326A7C. Grayscale: #A3A3A3. Windows color (decimal): -3304061 or 8623565. OLE color: 8623565.

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

Color convert

RGB205149131-
CMYK00.270.360.20
HSL14.59º42.53%65.88%-
HSV(B)14.59º36.1%80.39%-
XYZ40.0236.1126.33-
YUV163.69109.55157.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=42.27%
G=30.72%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514913100.270.360.2014.5942.5365.88
HexCD958301B2414f2b42
Octal31522520303344241753102
Binary1100110110010101100000110110111001001010011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9583; }

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

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

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

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

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

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

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

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