#CCA2CA

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

Shades of Lilac #CCA2CA

Tints of Lilac #CCA2CA

Color information

#CCA2CA (or 0xCCA2CA) is unknown color: approx Lilac. HEX triplet: CC, A2 and CA. RGB value is (204,162,202). Sum of RGB (Red+Green+Blue) = 204+162+202=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CA is #335D35. Grayscale: #B3B3B3. Windows color (decimal): -3366198 or 13279948. OLE color: 13279948.

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

Color convert

RGB204162202-
CMYK00.210.010.2
HSL302.86º29.17%71.76%-
HSV(B)302.86º20.59%80%-
XYZ48.4842.9461.61-
YUV179.12140.91145.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=35.92%
G=28.52%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416220200.210.010.2302.8629.1771.76
HexCCA2CA01511412f1d48
Octal31424231202512445735110
Binary110011001010001011001010010101110100100101111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2CA; }

 p { color: rgb(204,162,202); }

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

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

 a { background-color: rgb(204,162,202); }

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

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

 span { border-color: rgb(204,162,202); }

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