#CD9883

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

Shades of Quicksand #CD9883

Tints of Quicksand #CD9883

Color information

#CD9883 (or 0xCD9883) is unknown color: approx Quicksand. HEX triplet: CD, 98 and 83. RGB value is (205,152,131). Sum of RGB (Red+Green+Blue) = 205+152+131=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9883 is #32677C. Grayscale: #A5A5A5. Windows color (decimal): -3303293 or 8624333. OLE color: 8624333.

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

Color convert

RGB205152131-
CMYK00.260.360.20
HSL17.03º42.53%65.88%-
HSV(B)17.03º36.1%80.39%-
XYZ40.537.0726.49-
YUV165.45108.56156.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=42.01%
G=31.15%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515213100.260.360.2017.0342.5365.88
HexCD988301A2414112b42
Octal31523020303244242153102
Binary11001101100110001000001101101010010010100100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9883; }

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

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

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

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

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

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

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

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