#CC9883

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

Shades of Quicksand #CC9883

Tints of Quicksand #CC9883

Color information

#CC9883 (or 0xCC9883) is unknown color: approx Quicksand. HEX triplet: CC, 98 and 83. RGB value is (204,152,131). Sum of RGB (Red+Green+Blue) = 204+152+131=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9883 is #33677C. Grayscale: #A5A5A5. Windows color (decimal): -3368829 or 8624332. OLE color: 8624332.

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

Color convert

RGB204152131-
CMYK00.250.360.2
HSL17.26º41.71%65.69%-
HSV(B)17.26º35.78%80%-
XYZ40.2336.9326.48-
YUV165.15108.73155.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=41.89%
G=31.21%
B=26.90%

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
Decimal20415213100.250.360.217.2641.7165.69
HexCC98830192414112a42
Octal31423020303144242152102
Binary11001100100110001000001101100110010010100100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9883; }

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

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

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

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

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

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

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

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