#CC8BB0

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

Shades of Lily #CC8BB0

Tints of Lily #CC8BB0

Color information

#CC8BB0 (or 0xCC8BB0) is unknown color: approx Lily. HEX triplet: CC, 8B and B0. RGB value is (204,139,176). Sum of RGB (Red+Green+Blue) = 204+139+176=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BB0 is #33744F. Grayscale: #A2A2A2. Windows color (decimal): -3372112 or 11570124. OLE color: 11570124.

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

Color convert

RGB204139176-
CMYK00.320.140.2
HSL325.85º38.92%67.25%-
HSV(B)325.85º31.86%80%-
XYZ41.9734.4445.51-
YUV162.65135.53157.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=39.31%
G=26.78%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413917600.320.140.2325.8538.9267.25
HexCC8BB0020E141462743
Octal314213260040162450647103
Binary11001100100010111011000001000001110101001010001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BB0; }

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

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

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

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

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

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

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

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