#CD9E8A

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

Shades of Quicksand #CD9E8A

Tints of Quicksand #CD9E8A

Color information

#CD9E8A (or 0xCD9E8A) is unknown color: approx Quicksand. HEX triplet: CD, 9E and 8A. RGB value is (205,158,138). Sum of RGB (Red+Green+Blue) = 205+158+138=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E8A is #326175. Grayscale: #A9A9A9. Windows color (decimal): -3301750 or 9084621. OLE color: 9084621.

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

Color convert

RGB205158138-
CMYK00.230.330.20
HSL17.91º40.12%67.25%-
HSV(B)17.91º32.68%80.39%-
XYZ41.9939.2729.41-
YUV169.77110.07153.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=40.92%
G=31.54%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515813800.230.330.2017.9140.1267.25
HexCD9E8A0172114122843
Octal31523621202741242250103
Binary11001101100111101000101001011110000110100100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E8A; }

 p { color: rgb(205,158,138); }

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

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

 a { background-color: rgb(205,158,138); }

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

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

 span { border-color: rgb(205,158,138); }

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