#CFA0C5

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

Shades of Lilac #CFA0C5

Tints of Lilac #CFA0C5

Color information

#CFA0C5 (or 0xCFA0C5) is unknown color: approx Lilac. HEX triplet: CF, A0 and C5. RGB value is (207,160,197). Sum of RGB (Red+Green+Blue) = 207+160+197=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C5 is #305F3A. Grayscale: #B2B2B2. Windows color (decimal): -3170107 or 12951759. OLE color: 12951759.

HSL color Cylindrical-coordinate representation of color #CFA0C5: hue angle of 312.77º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0C5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207160197-
CMYK00.230.050.19
HSL312.77º32.87%71.96%-
HSV(B)312.77º22.71%81.18%-
XYZ48.3842.4458.46-
YUV178.27138.57148.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=36.70%
G=28.37%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716019700.230.050.19312.7732.8771.96
HexCFA0C50175131392148
Octal31724030502752347141110
Binary110011111010000011000101010111101100111001110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0C5; }

 p { color: rgb(207,160,197); }

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

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

 a { background-color: rgb(207,160,197); }

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

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

 span { border-color: rgb(207,160,197); }

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