#CC8CB0

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

Shades of Lily #CC8CB0

Tints of Lily #CC8CB0

Color information

#CC8CB0 (or 0xCC8CB0) is unknown color: approx Lily. HEX triplet: CC, 8C and B0. RGB value is (204,140,176). Sum of RGB (Red+Green+Blue) = 204+140+176=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CB0 is #33734F. Grayscale: #A3A3A3. Windows color (decimal): -3371856 or 11570380. OLE color: 11570380.

HSL color Cylindrical-coordinate representation of color #CC8CB0: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CB0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204140176-
CMYK00.310.140.2
HSL326.25º38.55%67.45%-
HSV(B)326.25º31.37%80%-
XYZ42.1234.7345.56-
YUV163.24135.2157.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=39.23%
G=26.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414017600.310.140.2326.2538.5567.45
HexCC8CB001FE141462743
Octal314214260037162450647103
Binary1100110010001100101100000111111110101001010001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CB0; }

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

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

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

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

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

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

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

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