#CCA1B1

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

Shades of Lily #CCA1B1

Tints of Lily #CCA1B1

Color information

#CCA1B1 (or 0xCCA1B1) is unknown color: approx Lily. HEX triplet: CC, A1 and B1. RGB value is (204,161,177). Sum of RGB (Red+Green+Blue) = 204+161+177=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1B1 is #335E4E. Grayscale: #AFAFAF. Windows color (decimal): -3366479 or 11641292. OLE color: 11641292.

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

Color convert

RGB204161177-
CMYK00.210.130.2
HSL337.67º29.66%71.57%-
HSV(B)337.67º21.08%80%-
XYZ45.5841.547.2-
YUV175.68128.75148.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=37.64%
G=29.70%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416117700.210.130.2337.6729.6671.57
HexCCA1B1015D141521e48
Octal314241261025152452236110
Binary110011001010000110110001010101110110100101010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1B1; }

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

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

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

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

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

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

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

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