#CC9C8C

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

Shades of Quicksand #CC9C8C

Tints of Quicksand #CC9C8C

Color information

#CC9C8C (or 0xCC9C8C) is unknown color: approx Quicksand. HEX triplet: CC, 9C and 8C. RGB value is (204,156,140). Sum of RGB (Red+Green+Blue) = 204+156+140=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C8C is #336373. Grayscale: #A8A8A8. Windows color (decimal): -3367796 or 9215180. OLE color: 9215180.

HSL color Cylindrical-coordinate representation of color #CC9C8C: hue angle of 15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9C8C is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204156140-
CMYK00.240.310.2
HSL15º38.55%67.45%-
HSV(B)15º31.37%80%-
XYZ41.5238.5130.06-
YUV168.53111.9153.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 140 (55.08% from 255) = 28%
R=40.8%
G=31.2%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415614000.240.310.21538.5567.45
HexCC9C8C0181F14f2743
Octal31423421403037241747103
Binary110011001001110010001100011000111111010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C8C; }

 p { color: rgb(204,156,140); }

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

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

 a { background-color: rgb(204,156,140); }

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

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

 span { border-color: rgb(204,156,140); }

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