#CC9386

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

Shades of Quicksand #CC9386

Tints of Quicksand #CC9386

Color information

#CC9386 (or 0xCC9386) is unknown color: approx Quicksand. HEX triplet: CC, 93 and 86. RGB value is (204,147,134). Sum of RGB (Red+Green+Blue) = 204+147+134=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9386 is #336C79. Grayscale: #A2A2A2. Windows color (decimal): -3370106 or 8819660. OLE color: 8819660.

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

Color convert

RGB204147134-
CMYK00.280.340.2
HSL11.14º40.7%66.27%-
HSV(B)11.14º34.31%80%-
XYZ39.6435.4327.3-
YUV162.56111.88157.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=42.06%
G=30.31%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414713400.280.340.211.1440.766.27
HexCC938601C2214b2942
Octal31422320603442241351102
Binary1100110010010011100001100111001000101010010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9386; }

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

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

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

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

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

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

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

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