#CCA7C5

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

Shades of Lilac #CCA7C5

Tints of Lilac #CCA7C5

Color information

#CCA7C5 (or 0xCCA7C5) is unknown color: approx Lilac. HEX triplet: CC, A7 and C5. RGB value is (204,167,197). Sum of RGB (Red+Green+Blue) = 204+167+197=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7C5 is #33583A. Grayscale: #B5B5B5. Windows color (decimal): -3364923 or 12953548. OLE color: 12953548.

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

Color convert

RGB204167197-
CMYK00.180.030.2
HSL311.35º26.62%72.75%-
HSV(B)311.35º18.14%80%-
XYZ48.844.5158.84-
YUV181.48136.76144.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=35.92%
G=29.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416719700.180.030.2311.3526.6272.75
HexCCA7C50123141371b49
Octal31424730502232446733111
Binary1100110010100111110001010100101110100100110111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7C5; }

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

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

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

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

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

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

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

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