#CCA5C5

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

Shades of Lilac #CCA5C5

Tints of Lilac #CCA5C5

Color information

#CCA5C5 (or 0xCCA5C5) is unknown color: approx Lilac. HEX triplet: CC, A5 and C5. RGB value is (204,165,197). Sum of RGB (Red+Green+Blue) = 204+165+197=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5C5 is #335A3A. Grayscale: #B4B4B4. Windows color (decimal): -3365435 or 12953036. OLE color: 12953036.

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

Color convert

RGB204165197-
CMYK00.190.030.2
HSL310.77º27.66%72.35%-
HSV(B)310.77º19.12%80%-
XYZ48.4443.7858.72-
YUV180.31137.42144.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=36.04%
G=29.15%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416519700.190.030.2310.7727.6672.35
HexCCA5C50133141371c48
Octal31424530502332446734110
Binary1100110010100101110001010100111110100100110111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5C5; }

 p { color: rgb(204,165,197); }

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

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

 a { background-color: rgb(204,165,197); }

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

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

 span { border-color: rgb(204,165,197); }

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