#CD988D

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

Shades of Quicksand #CD988D

Tints of Quicksand #CD988D

Color information

#CD988D (or 0xCD988D) is unknown color: approx Quicksand. HEX triplet: CD, 98 and 8D. RGB value is (205,152,141). Sum of RGB (Red+Green+Blue) = 205+152+141=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988D is #326772. Grayscale: #A6A6A6. Windows color (decimal): -3303283 or 9279693. OLE color: 9279693.

HSL color Cylindrical-coordinate representation of color #CD988D: hue angle of 10.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD988D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205152141-
CMYK00.260.310.20
HSL10.31º39.02%67.84%-
HSV(B)10.31º31.22%80.39%-
XYZ41.2137.3630.24-
YUV166.59113.56155.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=41.16%
G=30.52%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515214100.260.310.2010.3139.0267.84
HexCD988D01A1F14a2744
Octal31523021503237241247104
Binary110011011001100010001101011010111111010010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD988D; }

 p { color: rgb(205,152,141); }

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

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

 a { background-color: rgb(205,152,141); }

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

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

 span { border-color: rgb(205,152,141); }

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