#CD9988

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

Shades of Quicksand #CD9988

Tints of Quicksand #CD9988

Color information

#CD9988 (or 0xCD9988) is unknown color: approx Quicksand. HEX triplet: CD, 99 and 88. RGB value is (205,153,136). Sum of RGB (Red+Green+Blue) = 205+153+136=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9988 is #326677. Grayscale: #A6A6A6. Windows color (decimal): -3303032 or 8952269. OLE color: 8952269.

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

Color convert

RGB205153136-
CMYK00.250.340.20
HSL14.78º40.83%66.86%-
HSV(B)14.78º33.66%80.39%-
XYZ41.0137.5428.38-
YUV166.61110.73155.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=41.50%
G=30.97%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515313600.250.340.2014.7840.8366.86
HexCD99880192214f2943
Octal31523121003142241751103
Binary1100110110011001100010000110011000101010011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9988; }

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

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

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

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

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

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

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

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