#CC9B88

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

Shades of Quicksand #CC9B88

Tints of Quicksand #CC9B88

Color information

#CC9B88 (or 0xCC9B88) is unknown color: approx Quicksand. HEX triplet: CC, 9B and 88. RGB value is (204,155,136). Sum of RGB (Red+Green+Blue) = 204+155+136=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B88 is #336477. Grayscale: #A7A7A7. Windows color (decimal): -3368056 or 8952780. OLE color: 8952780.

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

Color convert

RGB204155136-
CMYK00.240.330.2
HSL16.76º40%66.67%-
HSV(B)16.76º33.33%80%-
XYZ41.0738.0628.47-
YUV167.48110.23154.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=41.21%
G=31.31%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415513600.240.330.216.764066.67
HexCC9B880182114112843
Octal31423321003041242150103
Binary11001100100110111000100001100010000110100100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B88; }

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

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

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

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

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

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

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

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