#CCA3B5

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

Shades of Lily #CCA3B5

Tints of Lily #CCA3B5

Color information

#CCA3B5 (or 0xCCA3B5) is unknown color: approx Lily. HEX triplet: CC, A3 and B5. RGB value is (204,163,181). Sum of RGB (Red+Green+Blue) = 204+163+181=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3B5 is #335C4A. Grayscale: #B1B1B1. Windows color (decimal): -3365963 or 11903948. OLE color: 11903948.

HSL color Cylindrical-coordinate representation of color #CCA3B5: hue angle of 333.66º degrees, saturation: 0.29, 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 #CCA3B5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204163181-
CMYK00.200.110.2
HSL333.66º28.67%71.96%-
HSV(B)333.66º20.1%80%-
XYZ46.3442.3749.45-
YUV177.31130.08147.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=37.23%
G=29.74%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416318100.200.110.2333.6628.6771.96
HexCCA3B5014B1414e1d48
Octal314243265024132451635110
Binary110011001010001110110101010100101110100101001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3B5; }

 p { color: rgb(204,163,181); }

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

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

 a { background-color: rgb(204,163,181); }

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

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

 span { border-color: rgb(204,163,181); }

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