#CC9A8D

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

Shades of Quicksand #CC9A8D

Tints of Quicksand #CC9A8D

Color information

#CC9A8D (or 0xCC9A8D) is unknown color: approx Quicksand. HEX triplet: CC, 9A and 8D. RGB value is (204,154,141). Sum of RGB (Red+Green+Blue) = 204+154+141=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A8D is #336572. Grayscale: #A7A7A7. Windows color (decimal): -3368307 or 9280204. OLE color: 9280204.

HSL color Cylindrical-coordinate representation of color #CC9A8D: hue angle of 12.38º 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 #CC9A8D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204154141-
CMYK00.250.310.2
HSL12.38º38.18%67.65%-
HSV(B)12.38º30.88%80%-
XYZ41.2737.8730.33-
YUV167.47113.06154.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=40.88%
G=30.86%
B=28.26%

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
Decimal20415414100.250.310.212.3838.1867.65
HexCC9A8D0191F14c2644
Octal31423221503137241446104
Binary110011001001101010001101011001111111010011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A8D; }

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

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

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

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

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

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

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

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