#CCA0B4

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

Shades of Lily #CCA0B4

Tints of Lily #CCA0B4

Color information

#CCA0B4 (or 0xCCA0B4) is unknown color: approx Lily. HEX triplet: CC, A0 and B4. RGB value is (204,160,180). Sum of RGB (Red+Green+Blue) = 204+160+180=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0B4 is #335F4B. Grayscale: #AFAFAF. Windows color (decimal): -3366732 or 11837644. OLE color: 11837644.

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

Color convert

RGB204160180-
CMYK00.220.120.2
HSL332.73º30.14%71.37%-
HSV(B)332.73º21.57%80%-
XYZ45.7141.2748.74-
YUV175.44130.58148.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=37.5%
G=29.41%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416018000.220.120.2332.7330.1471.37
HexCCA0B4016C1414d1e47
Octal314240264026142451536107
Binary110011001010000010110100010110110010100101001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0B4; }

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

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

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

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

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

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

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

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