#CCA4BA

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

Shades of Lily #CCA4BA

Tints of Lily #CCA4BA

Color information

#CCA4BA (or 0xCCA4BA) is unknown color: approx Lily. HEX triplet: CC, A4 and BA. RGB value is (204,164,186). Sum of RGB (Red+Green+Blue) = 204+164+186=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BA is #335B45. Grayscale: #B2B2B2. Windows color (decimal): -3365702 or 12231884. OLE color: 12231884.

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

Color convert

RGB204164186-
CMYK00.200.090.2
HSL327º28.17%72.16%-
HSV(B)327º19.61%80%-
XYZ47.0442.9352.26-
YUV178.47132.25146.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=36.82%
G=29.60%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416418600.200.090.232728.1772.16
HexCCA4BA0149141471c48
Octal314244272024112450734110
Binary110011001010010010111010010100100110100101000111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4BA; }

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

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

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

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

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

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

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

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