#CC9688

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

Shades of Quicksand #CC9688

Tints of Quicksand #CC9688

Color information

#CC9688 (or 0xCC9688) is unknown color: approx Quicksand. HEX triplet: CC, 96 and 88. RGB value is (204,150,136). Sum of RGB (Red+Green+Blue) = 204+150+136=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9688 is #336977. Grayscale: #A4A4A4. Windows color (decimal): -3369336 or 8951500. OLE color: 8951500.

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

Color convert

RGB204150136-
CMYK00.260.330.2
HSL12.35º40%66.67%-
HSV(B)12.35º33.33%80%-
XYZ40.2536.4328.2-
YUV164.55111.89156.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=41.63%
G=30.61%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415013600.260.330.212.354066.67
HexCC968801A2114c2843
Octal31422621003241241450103
Binary1100110010010110100010000110101000011010011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9688; }

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

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

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

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

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

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

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

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