#CCA6B9

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

Shades of Lily #CCA6B9

Tints of Lily #CCA6B9

Color information

#CCA6B9 (or 0xCCA6B9) is unknown color: approx Lily. HEX triplet: CC, A6 and B9. RGB value is (204,166,185). Sum of RGB (Red+Green+Blue) = 204+166+185=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B9 is #335946. Grayscale: #B3B3B3. Windows color (decimal): -3365191 or 12166860. OLE color: 12166860.

HSL color Cylindrical-coordinate representation of color #CCA6B9: hue angle of 330º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6B9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204166185-
CMYK00.190.090.2
HSL330º27.14%72.55%-
HSV(B)330º18.63%80%-
XYZ47.343.6151.82-
YUV179.53131.09145.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=36.76%
G=29.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416618500.190.090.233027.1472.55
HexCCA6B901391414a1b49
Octal314246271023112451233111
Binary110011001010011010111001010011100110100101001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6B9; }

 p { color: rgb(204,166,185); }

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

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

 a { background-color: rgb(204,166,185); }

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

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

 span { border-color: rgb(204,166,185); }

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