#CCA5BA

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

Shades of Lily #CCA5BA

Tints of Lily #CCA5BA

Color information

#CCA5BA (or 0xCCA5BA) is unknown color: approx Lily. HEX triplet: CC, A5 and BA. RGB value is (204,165,186). Sum of RGB (Red+Green+Blue) = 204+165+186=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5BA is #335A45. Grayscale: #B3B3B3. Windows color (decimal): -3365446 or 12232140. OLE color: 12232140.

HSL color Cylindrical-coordinate representation of color #CCA5BA: hue angle of 327.69º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA5BA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204165186-
CMYK00.190.090.2
HSL327.69º27.66%72.35%-
HSV(B)327.69º19.12%80%-
XYZ47.2243.2952.32-
YUV179.06131.92145.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=36.76%
G=29.73%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416518600.190.090.2327.6927.6672.35
HexCCA5BA0139141481c48
Octal314245272023112451034110
Binary110011001010010110111010010011100110100101001000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5BA; }

 p { color: rgb(204,165,186); }

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

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

 a { background-color: rgb(204,165,186); }

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

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

 span { border-color: rgb(204,165,186); }

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