#CC9B8A

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

Shades of Quicksand #CC9B8A

Tints of Quicksand #CC9B8A

Color information

#CC9B8A (or 0xCC9B8A) is unknown color: approx Quicksand. HEX triplet: CC, 9B and 8A. RGB value is (204,155,138). Sum of RGB (Red+Green+Blue) = 204+155+138=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B8A is #336475. Grayscale: #A7A7A7. Windows color (decimal): -3368054 or 9083852. OLE color: 9083852.

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

Color convert

RGB204155138-
CMYK00.240.320.2
HSL15.45º39.29%67.06%-
HSV(B)15.45º32.35%80%-
XYZ41.2138.1229.23-
YUV167.71111.23153.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=41.05%
G=31.19%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415513800.240.320.215.4539.2967.06
HexCC9B8A0182014f2743
Octal31423321203040241747103
Binary1100110010011011100010100110001000001010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B8A; }

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

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

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

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

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

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

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

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