#CD9D88

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

Shades of Quicksand #CD9D88

Tints of Quicksand #CD9D88

Color information

#CD9D88 (or 0xCD9D88) is unknown color: approx Quicksand. HEX triplet: CD, 9D and 88. RGB value is (205,157,136). Sum of RGB (Red+Green+Blue) = 205+157+136=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9D88 is #326277. Grayscale: #A9A9A9. Windows color (decimal): -3302008 or 8953293. OLE color: 8953293.

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

Color convert

RGB205157136-
CMYK00.230.340.20
HSL18.26º40.83%66.86%-
HSV(B)18.26º33.66%80.39%-
XYZ41.6838.8728.6-
YUV168.96109.4153.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=41.16%
G=31.53%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515713600.230.340.2018.2640.8366.86
HexCD9D880172214122943
Octal31523521002742242251103
Binary11001101100111011000100001011110001010100100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D88; }

 p { color: rgb(205,157,136); }

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

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

 a { background-color: rgb(205,157,136); }

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

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

 span { border-color: rgb(205,157,136); }

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