#CC9D87

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

Shades of Quicksand #CC9D87

Tints of Quicksand #CC9D87

Color information

#CC9D87 (or 0xCC9D87) is unknown color: approx Quicksand. HEX triplet: CC, 9D and 87. RGB value is (204,157,135). Sum of RGB (Red+Green+Blue) = 204+157+135=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D87 is #336278. Grayscale: #A8A8A8. Windows color (decimal): -3367545 or 8887756. OLE color: 8887756.

HSL color Cylindrical-coordinate representation of color #CC9D87: hue angle of 19.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9D87 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204157135-
CMYK00.230.340.2
HSL19.13º40.35%66.47%-
HSV(B)19.13º33.82%80%-
XYZ41.3338.728.21-
YUV168.54109.07153.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=41.13%
G=31.65%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415713500.230.340.219.1340.3566.47
HexCC9D870172214132842
Octal31423520702742242350102
Binary11001100100111011000011101011110001010100100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D87; }

 p { color: rgb(204,157,135); }

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

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

 a { background-color: rgb(204,157,135); }

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

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

 span { border-color: rgb(204,157,135); }

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