#CD9B84

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

Shades of Quicksand #CD9B84

Tints of Quicksand #CD9B84

Color information

#CD9B84 (or 0xCD9B84) is unknown color: approx Quicksand. HEX triplet: CD, 9B and 84. RGB value is (205,155,132). Sum of RGB (Red+Green+Blue) = 205+155+132=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9B84 is #32647B. Grayscale: #A7A7A7. Windows color (decimal): -3302524 or 8690637. OLE color: 8690637.

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

Color convert

RGB205155132-
CMYK00.240.360.20
HSL18.9º42.2%66.08%-
HSV(B)18.9º35.61%80.39%-
XYZ41.0638.0927.02-
YUV167.33108.06154.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=41.67%
G=31.50%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515513200.240.360.2018.942.266.08
HexCD9B840182414132a42
Octal31523320403044242352102
Binary11001101100110111000010001100010010010100100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B84; }

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

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

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

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

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

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

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

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