#C1AFBF

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

Shades of Lilac #C1AFBF

Tints of Lilac #C1AFBF

Color information

#C1AFBF (or 0xC1AFBF) is unknown color: approx Lilac. HEX triplet: C1, AF and BF. RGB value is (193,175,191). Sum of RGB (Red+Green+Blue) = 193+175+191=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFBF is #3E5040. Grayscale: #B6B6B6. Windows color (decimal): -4083777 or 12562369. OLE color: 12562369.

HSL color Cylindrical-coordinate representation of color #C1AFBF: hue angle of 306.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1AFBF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193175191-
CMYK00.090.010.24
HSL306.67º12.68%72.16%-
HSV(B)306.67º9.33%75.69%-
XYZ46.7345.7655.66-
YUV182.21132.96135.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 191 (75% from 255) = 34.17%
R=34.53%
G=31.31%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317519100.090.010.24306.6712.6872.16
HexC1AFBF09118133d48
Octal30125727701113046315110
Binary1100000110101111101111110100111100010011001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFBF; }

 p { color: rgb(193,175,191); }

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

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

 a { background-color: rgb(193,175,191); }

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

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

 span { border-color: rgb(193,175,191); }

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