#CCA6B5

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

Shades of Lily #CCA6B5

Tints of Lily #CCA6B5

Color information

#CCA6B5 (or 0xCCA6B5) is unknown color: approx Lily. HEX triplet: CC, A6 and B5. RGB value is (204,166,181). Sum of RGB (Red+Green+Blue) = 204+166+181=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B5 is #33594A. Grayscale: #B3B3B3. Windows color (decimal): -3365195 or 11904716. OLE color: 11904716.

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

Color convert

RGB204166181-
CMYK00.190.110.2
HSL336.32º27.14%72.55%-
HSV(B)336.32º18.63%80%-
XYZ46.8843.4549.63-
YUV179.07129.09145.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=37.02%
G=30.13%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416618100.190.110.2336.3227.1472.55
HexCCA6B5013B141501b49
Octal314246265023132452033111
Binary110011001010011010110101010011101110100101010000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6B5; }

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

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

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

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

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

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

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

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