#CC8AAB

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

Shades of Lily #CC8AAB

Tints of Lily #CC8AAB

Color information

#CC8AAB (or 0xCC8AAB) is unknown color: approx Lily. HEX triplet: CC, 8A and AB. RGB value is (204,138,171). Sum of RGB (Red+Green+Blue) = 204+138+171=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAB is #337554. Grayscale: #A1A1A1. Windows color (decimal): -3372373 or 11242188. OLE color: 11242188.

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

Color convert

RGB204138171-
CMYK00.320.160.2
HSL330º39.29%67.06%-
HSV(B)330º32.35%80%-
XYZ41.3433.9542.9-
YUV161.5133.37158.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=39.77%
G=26.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413817100.320.160.233039.2967.06
HexCC8AAB020101414a2743
Octal314212253040202451247103
Binary110011001000101010101011010000010000101001010010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AAB; }

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

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

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

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

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

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

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

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