#CCA1B8

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

Shades of Lily #CCA1B8

Tints of Lily #CCA1B8

Color information

#CCA1B8 (or 0xCCA1B8) is unknown color: approx Lily. HEX triplet: CC, A1 and B8. RGB value is (204,161,184). Sum of RGB (Red+Green+Blue) = 204+161+184=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1B8 is #335E47. Grayscale: #B0B0B0. Windows color (decimal): -3366472 or 12100044. OLE color: 12100044.

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

Color convert

RGB204161184-
CMYK00.210.100.2
HSL327.91º29.66%71.57%-
HSV(B)327.91º21.08%80%-
XYZ46.341.7950.97-
YUV176.48132.25147.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=37.16%
G=29.33%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416118400.210.100.2327.9129.6671.57
HexCCA1B8015A141481e48
Octal314241270025122451036110
Binary110011001010000110111000010101101010100101001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1B8; }

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

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

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

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

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

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

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

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