#CC9485

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

Shades of Quicksand #CC9485

Tints of Quicksand #CC9485

Color information

#CC9485 (or 0xCC9485) is unknown color: approx Quicksand. HEX triplet: CC, 94 and 85. RGB value is (204,148,133). Sum of RGB (Red+Green+Blue) = 204+148+133=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9485 is #336B7A. Grayscale: #A3A3A3. Windows color (decimal): -3369851 or 8754380. OLE color: 8754380.

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

Color convert

RGB204148133-
CMYK00.270.350.2
HSL12.68º41.04%66.08%-
HSV(B)12.68º34.8%80%-
XYZ39.7335.7126.99-
YUV163.03111.05157.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=42.06%
G=30.52%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414813300.270.350.212.6841.0466.08
HexCC948501B2314d2942
Octal31422420503343241551102
Binary1100110010010100100001010110111000111010011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9485; }

 p { color: rgb(204,148,133); }

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

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

 a { background-color: rgb(204,148,133); }

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

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

 span { border-color: rgb(204,148,133); }

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