#CD988A

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

Shades of Quicksand #CD988A

Tints of Quicksand #CD988A

Color information

#CD988A (or 0xCD988A) is unknown color: approx Quicksand. HEX triplet: CD, 98 and 8A. RGB value is (205,152,138). Sum of RGB (Red+Green+Blue) = 205+152+138=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD988A is #326775. Grayscale: #A6A6A6. Windows color (decimal): -3303286 or 9083085. OLE color: 9083085.

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

Color convert

RGB205152138-
CMYK00.260.330.20
HSL12.54º40.12%67.25%-
HSV(B)12.54º32.68%80.39%-
XYZ40.9937.2729.08-
YUV166.25112.06155.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=41.41%
G=30.71%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515213800.260.330.2012.5440.1267.25
HexCD988A01A2114d2843
Octal31523021203241241550103
Binary1100110110011000100010100110101000011010011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD988A; }

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

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

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

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

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

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

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

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