#CCA1BC

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

Shades of Lily #CCA1BC

Tints of Lily #CCA1BC

Color information

#CCA1BC (or 0xCCA1BC) is unknown color: approx Lily. HEX triplet: CC, A1 and BC. RGB value is (204,161,188). Sum of RGB (Red+Green+Blue) = 204+161+188=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BC is #335E43. Grayscale: #B0B0B0. Windows color (decimal): -3366468 or 12362188. OLE color: 12362188.

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

Color convert

RGB204161188-
CMYK00.210.080.2
HSL322.33º29.66%71.57%-
HSV(B)322.33º21.08%80%-
XYZ46.7241.9653.21-
YUV176.94134.25147.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=36.89%
G=29.11%
B=34.00%

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
Decimal20416118800.210.080.2322.3329.6671.57
HexCCA1BC0158141421e48
Octal314241274025102450236110
Binary110011001010000110111100010101100010100101000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1BC; }

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

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

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

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

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

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

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

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