#CCA0BB

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

Shades of Lily #CCA0BB

Tints of Lily #CCA0BB

Color information

#CCA0BB (or 0xCCA0BB) is unknown color: approx Lily. HEX triplet: CC, A0 and BB. RGB value is (204,160,187). Sum of RGB (Red+Green+Blue) = 204+160+187=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BB is #335F44. Grayscale: #B0B0B0. Windows color (decimal): -3366725 or 12296396. OLE color: 12296396.

HSL color Cylindrical-coordinate representation of color #CCA0BB: hue angle of 323.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0BB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204160187-
CMYK00.220.080.2
HSL323.18º30.14%71.37%-
HSV(B)323.18º21.57%80%-
XYZ46.4441.5752.59-
YUV176.23134.08147.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=37.02%
G=29.04%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416018700.220.080.2323.1830.1471.37
HexCCA0BB0168141431e47
Octal314240273026102450336107
Binary110011001010000010111011010110100010100101000011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0BB; }

 p { color: rgb(204,160,187); }

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

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

 a { background-color: rgb(204,160,187); }

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

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

 span { border-color: rgb(204,160,187); }

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