#CCA0BC

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

Shades of Lily #CCA0BC

Tints of Lily #CCA0BC

Color information

#CCA0BC (or 0xCCA0BC) is unknown color: approx Lily. HEX triplet: CC, A0 and BC. RGB value is (204,160,188). Sum of RGB (Red+Green+Blue) = 204+160+188=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BC is #335F43. Grayscale: #B0B0B0. Windows color (decimal): -3366724 or 12361932. OLE color: 12361932.

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

Color convert

RGB204160188-
CMYK00.220.080.2
HSL321.82º30.14%71.37%-
HSV(B)321.82º21.57%80%-
XYZ46.5541.6153.16-
YUV176.35134.58147.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=36.96%
G=28.99%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416018800.220.080.2321.8230.1471.37
HexCCA0BC0168141421e47
Octal314240274026102450236107
Binary110011001010000010111100010110100010100101000010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0BC; }

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

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

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

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

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

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

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

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