#CCA1B4

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

Shades of Lily #CCA1B4

Tints of Lily #CCA1B4

Color information

#CCA1B4 (or 0xCCA1B4) is unknown color: approx Lily. HEX triplet: CC, A1 and B4. RGB value is (204,161,180). Sum of RGB (Red+Green+Blue) = 204+161+180=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1B4 is #335E4B. Grayscale: #AFAFAF. Windows color (decimal): -3366476 or 11837900. OLE color: 11837900.

HSL color Cylindrical-coordinate representation of color #CCA1B4: hue angle of 333.49º degrees, saturation: 0.3, 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 #CCA1B4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204161180-
CMYK00.210.120.2
HSL333.49º29.66%71.57%-
HSV(B)333.49º21.08%80%-
XYZ45.8841.6248.8-
YUV176.02130.25147.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=37.43%
G=29.54%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416118000.210.120.2333.4929.6671.57
HexCCA1B4015C1414d1e48
Octal314241264025142451536110
Binary110011001010000110110100010101110010100101001101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1B4; }

 p { color: rgb(204,161,180); }

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

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

 a { background-color: rgb(204,161,180); }

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

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

 span { border-color: rgb(204,161,180); }

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