#CCA4BB

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

Shades of Lily #CCA4BB

Tints of Lily #CCA4BB

Color information

#CCA4BB (or 0xCCA4BB) is unknown color: approx Lily. HEX triplet: CC, A4 and BB. RGB value is (204,164,187). Sum of RGB (Red+Green+Blue) = 204+164+187=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BB is #335B44. Grayscale: #B2B2B2. Windows color (decimal): -3365701 or 12297420. OLE color: 12297420.

HSL color Cylindrical-coordinate representation of color #CCA4BB: hue angle of 325.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4BB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204164187-
CMYK00.200.080.2
HSL325.5º28.17%72.16%-
HSV(B)325.5º19.61%80%-
XYZ47.1542.9852.82-
YUV178.58132.75146.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=36.76%
G=29.55%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416418700.200.080.2325.528.1772.16
HexCCA4BB0148141461c48
Octal314244273024102450634110
Binary110011001010010010111011010100100010100101000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4BB; }

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

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

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

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

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

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

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

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