#CD9784

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

Shades of Quicksand #CD9784

Tints of Quicksand #CD9784

Color information

#CD9784 (or 0xCD9784) is unknown color: approx Quicksand. HEX triplet: CD, 97 and 84. RGB value is (205,151,132). Sum of RGB (Red+Green+Blue) = 205+151+132=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9784 is #32687B. Grayscale: #A5A5A5. Windows color (decimal): -3303548 or 8689613. OLE color: 8689613.

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

Color convert

RGB205151132-
CMYK00.260.360.20
HSL15.62º42.2%66.08%-
HSV(B)15.62º35.61%80.39%-
XYZ40.4136.7826.8-
YUV164.98109.39156.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=42.01%
G=30.94%
B=27.05%

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
Decimal20515113200.260.360.2015.6242.266.08
HexCD978401A2414102a42
Octal31522720403244242052102
Binary11001101100101111000010001101010010010100100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9784; }

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

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

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

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

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

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

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

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