#CC988D

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

Shades of Quicksand #CC988D

Tints of Quicksand #CC988D

Color information

#CC988D (or 0xCC988D) is unknown color: approx Quicksand. HEX triplet: CC, 98 and 8D. RGB value is (204,152,141). Sum of RGB (Red+Green+Blue) = 204+152+141=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988D is #336772. Grayscale: #A6A6A6. Windows color (decimal): -3368819 or 9279692. OLE color: 9279692.

HSL color Cylindrical-coordinate representation of color #CC988D: hue angle of 10.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC988D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204152141-
CMYK00.250.310.2
HSL10.48º38.18%67.65%-
HSV(B)10.48º30.88%80%-
XYZ40.9437.2230.23-
YUV166.29113.73154.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=41.05%
G=30.58%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415214100.250.310.210.4838.1867.65
HexCC988D0191F14a2644
Octal31423021503137241246104
Binary110011001001100010001101011001111111010010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC988D; }

 p { color: rgb(204,152,141); }

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

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

 a { background-color: rgb(204,152,141); }

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

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

 span { border-color: rgb(204,152,141); }

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