#CD9C8B

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

Shades of Quicksand #CD9C8B

Tints of Quicksand #CD9C8B

Color information

#CD9C8B (or 0xCD9C8B) is unknown color: approx Quicksand. HEX triplet: CD, 9C and 8B. RGB value is (205,156,139). Sum of RGB (Red+Green+Blue) = 205+156+139=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C8B is #326374. Grayscale: #A8A8A8. Windows color (decimal): -3302261 or 9149645. OLE color: 9149645.

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

Color convert

RGB205156139-
CMYK00.240.320.20
HSL15.45º39.76%67.45%-
HSV(B)15.45º32.2%80.39%-
XYZ41.7338.6229.68-
YUV168.71111.23153.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=41%
G=31.2%
B=27.8%

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
Decimal20515613900.240.320.2015.4539.7667.45
HexCD9C8B0182014f2843
Octal31523421303040241750103
Binary1100110110011100100010110110001000001010011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C8B; }

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

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

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

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

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

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

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

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