#CC9A8A

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

Shades of Quicksand #CC9A8A

Tints of Quicksand #CC9A8A

Color information

#CC9A8A (or 0xCC9A8A) is unknown color: approx Quicksand. HEX triplet: CC, 9A and 8A. RGB value is (204,154,138). Sum of RGB (Red+Green+Blue) = 204+154+138=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A8A is #336575. Grayscale: #A7A7A7. Windows color (decimal): -3368310 or 9083596. OLE color: 9083596.

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

Color convert

RGB204154138-
CMYK00.250.320.2
HSL14.55º39.29%67.06%-
HSV(B)14.55º32.35%80%-
XYZ41.0437.7829.17-
YUV167.13111.56154.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=41.13%
G=31.05%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415413800.250.320.214.5539.2967.06
HexCC9A8A0192014f2743
Octal31423221203140241747103
Binary1100110010011010100010100110011000001010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A8A; }

 p { color: rgb(204,154,138); }

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

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

 a { background-color: rgb(204,154,138); }

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

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

 span { border-color: rgb(204,154,138); }

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