#CC9586

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

Shades of Quicksand #CC9586

Tints of Quicksand #CC9586

Color information

#CC9586 (or 0xCC9586) is unknown color: approx Quicksand. HEX triplet: CC, 95 and 86. RGB value is (204,149,134). Sum of RGB (Red+Green+Blue) = 204+149+134=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9586 is #336A79. Grayscale: #A3A3A3. Windows color (decimal): -3369594 or 8820172. OLE color: 8820172.

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

Color convert

RGB204149134-
CMYK00.270.340.2
HSL12.86º40.7%66.27%-
HSV(B)12.86º34.31%80%-
XYZ39.9536.0527.41-
YUV163.74111.22156.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=41.89%
G=30.60%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414913400.270.340.212.8640.766.27
HexCC958601B2214d2942
Octal31422520603342241551102
Binary1100110010010101100001100110111000101010011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9586; }

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

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

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

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

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

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

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

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