#CC8BB3

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

Shades of Lily #CC8BB3

Tints of Lily #CC8BB3

Color information

#CC8BB3 (or 0xCC8BB3) is unknown color: approx Lily. HEX triplet: CC, 8B and B3. RGB value is (204,139,179). Sum of RGB (Red+Green+Blue) = 204+139+179=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BB3 is #33744C. Grayscale: #A2A2A2. Windows color (decimal): -3372109 or 11766732. OLE color: 11766732.

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

Color convert

RGB204139179-
CMYK00.320.120.2
HSL323.08º38.92%67.25%-
HSV(B)323.08º31.86%80%-
XYZ42.2734.5647.09-
YUV163137.03157.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=39.08%
G=26.63%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413917900.320.120.2323.0838.9267.25
HexCC8BB3020C141432743
Octal314213263040142450347103
Binary11001100100010111011001101000001100101001010000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BB3; }

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

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

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

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

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

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

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

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