#CC9384

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

Shades of Quicksand #CC9384

Tints of Quicksand #CC9384

Color information

#CC9384 (or 0xCC9384) is unknown color: approx Quicksand. HEX triplet: CC, 93 and 84. RGB value is (204,147,132). Sum of RGB (Red+Green+Blue) = 204+147+132=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9384 is #336C7B. Grayscale: #A2A2A2. Windows color (decimal): -3370108 or 8688588. OLE color: 8688588.

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

Color convert

RGB204147132-
CMYK00.280.350.2
HSL12.5º41.38%65.88%-
HSV(B)12.5º35.29%80%-
XYZ39.535.3726.58-
YUV162.33110.88157.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=42.24%
G=30.43%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414713200.280.350.212.541.3865.88
HexCC938401C2314d2942
Octal31422320403443241551102
Binary1100110010010011100001000111001000111010011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9384; }

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

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

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

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

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

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

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

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