#CC9588

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

Shades of Quicksand #CC9588

Tints of Quicksand #CC9588

Color information

#CC9588 (or 0xCC9588) is unknown color: approx Quicksand. HEX triplet: CC, 95 and 88. RGB value is (204,149,136). Sum of RGB (Red+Green+Blue) = 204+149+136=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9588 is #336A77. Grayscale: #A4A4A4. Windows color (decimal): -3369592 or 8951244. OLE color: 8951244.

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

Color convert

RGB204149136-
CMYK00.270.330.2
HSL11.47º40%66.67%-
HSV(B)11.47º33.33%80%-
XYZ40.0936.1128.15-
YUV163.96112.22156.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=41.72%
G=30.47%
B=27.81%

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
Decimal20414913600.270.330.211.474066.67
HexCC958801B2114b2843
Octal31422521003341241350103
Binary1100110010010101100010000110111000011010010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9588; }

 p { color: rgb(204,149,136); }

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

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

 a { background-color: rgb(204,149,136); }

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

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

 span { border-color: rgb(204,149,136); }

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