#CCA2BA

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

Shades of Lily #CCA2BA

Tints of Lily #CCA2BA

Color information

#CCA2BA (or 0xCCA2BA) is unknown color: approx Lily. HEX triplet: CC, A2 and BA. RGB value is (204,162,186). Sum of RGB (Red+Green+Blue) = 204+162+186=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BA is #335D45. Grayscale: #B1B1B1. Windows color (decimal): -3366214 or 12231372. OLE color: 12231372.

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

Color convert

RGB204162186-
CMYK00.210.090.2
HSL325.71º29.17%71.76%-
HSV(B)325.71º20.59%80%-
XYZ46.6942.2252.14-
YUV177.29132.91147.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=36.96%
G=29.35%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416218600.210.090.2325.7129.1771.76
HexCCA2BA0159141461d48
Octal314242272025112450635110
Binary110011001010001010111010010101100110100101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2BA; }

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

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

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

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

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

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

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

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