#CD9C86

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

Shades of Quicksand #CD9C86

Tints of Quicksand #CD9C86

Color information

#CD9C86 (or 0xCD9C86) is unknown color: approx Quicksand. HEX triplet: CD, 9C and 86. RGB value is (205,156,134). Sum of RGB (Red+Green+Blue) = 205+156+134=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C86 is #326379. Grayscale: #A8A8A8. Windows color (decimal): -3302266 or 8821965. OLE color: 8821965.

HSL color Cylindrical-coordinate representation of color #CD9C86: hue angle of 18.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9C86 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205156134-
CMYK00.240.350.20
HSL18.59º41.52%66.47%-
HSV(B)18.59º34.63%80.39%-
XYZ41.3738.4827.8-
YUV168.14108.73154.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=41.41%
G=31.52%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515613400.240.350.2018.5941.5266.47
HexCD9C860182314132a42
Octal31523420603043242352102
Binary11001101100111001000011001100010001110100100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C86; }

 p { color: rgb(205,156,134); }

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

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

 a { background-color: rgb(205,156,134); }

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

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

 span { border-color: rgb(205,156,134); }

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