#CC9882

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

Shades of Quicksand #CC9882

Tints of Quicksand #CC9882

Color information

#CC9882 (or 0xCC9882) is unknown color: approx Quicksand. HEX triplet: CC, 98 and 82. RGB value is (204,152,130). Sum of RGB (Red+Green+Blue) = 204+152+130=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9882 is #33677D. Grayscale: #A5A5A5. Windows color (decimal): -3368830 or 8558796. OLE color: 8558796.

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

Color convert

RGB204152130-
CMYK00.250.360.2
HSL17.84º42.05%65.49%-
HSV(B)17.84º36.27%80%-
XYZ40.1636.9126.13-
YUV165.04108.23155.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=41.98%
G=31.28%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415213000.250.360.217.8442.0565.49
HexCC98820192414122a41
Octal31423020203144242252101
Binary11001100100110001000001001100110010010100100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9882; }

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

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

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

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

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

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

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

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