#CD9B8B

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

Shades of Quicksand #CD9B8B

Tints of Quicksand #CD9B8B

Color information

#CD9B8B (or 0xCD9B8B) is unknown color: approx Quicksand. HEX triplet: CD, 9B and 8B. RGB value is (205,155,139). Sum of RGB (Red+Green+Blue) = 205+155+139=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9B8B is #326474. Grayscale: #A8A8A8. Windows color (decimal): -3302517 or 9149389. OLE color: 9149389.

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

Color convert

RGB205155139-
CMYK00.240.320.20
HSL14.55º39.76%67.45%-
HSV(B)14.55º32.2%80.39%-
XYZ41.5638.2929.63-
YUV168.13111.56154.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=41.08%
G=31.06%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515513900.240.320.2014.5539.7667.45
HexCD9B8B0182014f2843
Octal31523321303040241750103
Binary1100110110011011100010110110001000001010011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B8B; }

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

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

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

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

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

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

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

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