#CD9983

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

Shades of Quicksand #CD9983

Tints of Quicksand #CD9983

Color information

#CD9983 (or 0xCD9983) is unknown color: approx Quicksand. HEX triplet: CD, 99 and 83. RGB value is (205,153,131). Sum of RGB (Red+Green+Blue) = 205+153+131=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9983 is #32667C. Grayscale: #A6A6A6. Windows color (decimal): -3303037 or 8624589. OLE color: 8624589.

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

Color convert

RGB205153131-
CMYK00.250.360.20
HSL17.84º42.53%65.88%-
HSV(B)17.84º36.1%80.39%-
XYZ40.6637.426.55-
YUV166.04108.23155.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=41.92%
G=31.29%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515313100.250.360.2017.8442.5365.88
HexCD99830192414122b42
Octal31523120303144242253102
Binary11001101100110011000001101100110010010100100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9983; }

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

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

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

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

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

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

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

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