#CC9489

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

Shades of Quicksand #CC9489

Tints of Quicksand #CC9489

Color information

#CC9489 (or 0xCC9489) is unknown color: approx Quicksand. HEX triplet: CC, 94 and 89. RGB value is (204,148,137). Sum of RGB (Red+Green+Blue) = 204+148+137=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9489 is #336B76. Grayscale: #A3A3A3. Windows color (decimal): -3369847 or 9016524. OLE color: 9016524.

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

Color convert

RGB204148137-
CMYK00.270.330.2
HSL9.85º39.64%66.86%-
HSV(B)9.85º32.84%80%-
XYZ40.0135.8228.47-
YUV163.49113.05156.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=41.72%
G=30.27%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414813700.270.330.29.8539.6466.86
HexCC948901B2114a2843
Octal31422421103341241250103
Binary1100110010010100100010010110111000011010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9489; }

 p { color: rgb(204,148,137); }

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

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

 a { background-color: rgb(204,148,137); }

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

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

 span { border-color: rgb(204,148,137); }

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