#CC8AC6

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

Shades of Lilac #CC8AC6

Tints of Lilac #CC8AC6

Color information

#CC8AC6 (or 0xCC8AC6) is unknown color: approx Lilac. HEX triplet: CC, 8A and C6. RGB value is (204,138,198). Sum of RGB (Red+Green+Blue) = 204+138+198=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8AC6 is #337539. Grayscale: #A4A4A4. Windows color (decimal): -3372346 or 13011660. OLE color: 13011660.

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

Color convert

RGB204138198-
CMYK00.320.030.2
HSL305.45º39.29%67.06%-
HSV(B)305.45º32.35%80%-
XYZ44.1835.0957.87-
YUV164.57146.87156.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=37.78%
G=25.56%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413819800.320.030.2305.4539.2967.06
HexCC8AC60203141312743
Octal31421230604032446147103
Binary110011001000101011000110010000011101001001100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AC6; }

 p { color: rgb(204,138,198); }

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

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

 a { background-color: rgb(204,138,198); }

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

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

 span { border-color: rgb(204,138,198); }

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