#CCA1BB

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

Shades of Lily #CCA1BB

Tints of Lily #CCA1BB

Color information

#CCA1BB (or 0xCCA1BB) is unknown color: approx Lily. HEX triplet: CC, A1 and BB. RGB value is (204,161,187). Sum of RGB (Red+Green+Blue) = 204+161+187=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BB is #335E44. Grayscale: #B0B0B0. Windows color (decimal): -3366469 or 12296652. OLE color: 12296652.

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

Color convert

RGB204161187-
CMYK00.210.080.2
HSL323.72º29.66%71.57%-
HSV(B)323.72º21.08%80%-
XYZ46.6241.9152.65-
YUV176.82133.75147.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=36.96%
G=29.17%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416118700.210.080.2323.7229.6671.57
HexCCA1BB0158141441e48
Octal314241273025102450436110
Binary110011001010000110111011010101100010100101000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1BB; }

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

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

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

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

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

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

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

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