#CC8ACA

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

Shades of Lilac #CC8ACA

Tints of Lilac #CC8ACA

Color information

#CC8ACA (or 0xCC8ACA) is unknown color: approx Lilac. HEX triplet: CC, 8A and CA. RGB value is (204,138,202). Sum of RGB (Red+Green+Blue) = 204+138+202=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ACA is #337535. Grayscale: #A4A4A4. Windows color (decimal): -3372342 or 13273804. OLE color: 13273804.

HSL color Cylindrical-coordinate representation of color #CC8ACA: hue angle of 301.82º 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 #CC8ACA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204138202-
CMYK00.320.010.2
HSL301.82º39.29%67.06%-
HSV(B)301.82º32.35%80%-
XYZ44.6535.2860.33-
YUV165.03148.87155.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=37.5%
G=25.37%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413820200.320.010.2301.8239.2967.06
HexCC8ACA02011412e2743
Octal31421231204012445647103
Binary11001100100010101100101001000001101001001011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ACA; }

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

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

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

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

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

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

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

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