#CCA3B4

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

Shades of Lily #CCA3B4

Tints of Lily #CCA3B4

Color information

#CCA3B4 (or 0xCCA3B4) is unknown color: approx Lily. HEX triplet: CC, A3 and B4. RGB value is (204,163,180). Sum of RGB (Red+Green+Blue) = 204+163+180=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3B4 is #335C4B. Grayscale: #B1B1B1. Windows color (decimal): -3365964 or 11838412. OLE color: 11838412.

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

Color convert

RGB204163180-
CMYK00.200.120.2
HSL335.12º28.67%71.96%-
HSV(B)335.12º20.1%80%-
XYZ46.2442.3348.91-
YUV177.2129.58147.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=37.29%
G=29.80%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416318000.200.120.2335.1228.6771.96
HexCCA3B4014C1414f1d48
Octal314243264024142451735110
Binary110011001010001110110100010100110010100101001111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3B4; }

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

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

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

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

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

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

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

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