#CD9B88

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

Shades of Quicksand #CD9B88

Tints of Quicksand #CD9B88

Color information

#CD9B88 (or 0xCD9B88) is unknown color: approx Quicksand. HEX triplet: CD, 9B and 88. RGB value is (205,155,136). Sum of RGB (Red+Green+Blue) = 205+155+136=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9B88 is #326477. Grayscale: #A7A7A7. Windows color (decimal): -3302520 or 8952781. OLE color: 8952781.

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

Color convert

RGB205155136-
CMYK00.240.340.20
HSL16.52º40.83%66.86%-
HSV(B)16.52º33.66%80.39%-
XYZ41.3438.228.49-
YUV167.78110.06154.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=41.33%
G=31.25%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515513600.240.340.2016.5240.8366.86
HexCD9B880182214112943
Octal31523321003042242151103
Binary11001101100110111000100001100010001010100100011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B88; }

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

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

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

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

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

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

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

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