#CC9A8B

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

Shades of Quicksand #CC9A8B

Tints of Quicksand #CC9A8B

Color information

#CC9A8B (or 0xCC9A8B) is unknown color: approx Quicksand. HEX triplet: CC, 9A and 8B. RGB value is (204,154,139). Sum of RGB (Red+Green+Blue) = 204+154+139=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A8B is #336574. Grayscale: #A7A7A7. Windows color (decimal): -3368309 or 9149132. OLE color: 9149132.

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

Color convert

RGB204154139-
CMYK00.250.320.2
HSL13.85º38.92%67.25%-
HSV(B)13.85º31.86%80%-
XYZ41.1237.8129.56-
YUV167.24112.06154.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=41.05%
G=30.99%
B=27.97%

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
Decimal20415413900.250.320.213.8538.9267.25
HexCC9A8B0192014e2743
Octal31423221303140241647103
Binary1100110010011010100010110110011000001010011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A8B; }

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

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

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

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

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

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

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

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