#CD9A83

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

Shades of Quicksand #CD9A83

Tints of Quicksand #CD9A83

Color information

#CD9A83 (or 0xCD9A83) is unknown color: approx Quicksand. HEX triplet: CD, 9A and 83. RGB value is (205,154,131). Sum of RGB (Red+Green+Blue) = 205+154+131=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A83 is #32657C. Grayscale: #A6A6A6. Windows color (decimal): -3302781 or 8624845. OLE color: 8624845.

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

Color convert

RGB205154131-
CMYK00.250.360.20
HSL18.65º42.53%65.88%-
HSV(B)18.65º36.1%80.39%-
XYZ40.8337.7326.6-
YUV166.63107.9155.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=41.84%
G=31.43%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515413100.250.360.2018.6542.5365.88
HexCD9A830192414132b42
Octal31523220303144242353102
Binary11001101100110101000001101100110010010100100111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A83; }

 p { color: rgb(205,154,131); }

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

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

 a { background-color: rgb(205,154,131); }

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

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

 span { border-color: rgb(205,154,131); }

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