#CC9482

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

Shades of Quicksand #CC9482

Tints of Quicksand #CC9482

Color information

#CC9482 (or 0xCC9482) is unknown color: approx Quicksand. HEX triplet: CC, 94 and 82. RGB value is (204,148,130). Sum of RGB (Red+Green+Blue) = 204+148+130=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9482 is #336B7D. Grayscale: #A2A2A2. Windows color (decimal): -3369854 or 8557772. OLE color: 8557772.

HSL color Cylindrical-coordinate representation of color #CC9482: hue angle of 14.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9482 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204148130-
CMYK00.270.360.2
HSL14.59º42.05%65.49%-
HSV(B)14.59º36.27%80%-
XYZ39.5235.6325.91-
YUV162.69109.55157.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=42.32%
G=30.71%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414813000.270.360.214.5942.0565.49
HexCC948201B2414f2a41
Octal31422420203344241752101
Binary1100110010010100100000100110111001001010011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9482; }

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

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

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

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

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

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

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

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