#C692BE

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

Shades of Lilac #C692BE

Tints of Lilac #C692BE

Color information

#C692BE (or 0xC692BE) is unknown color: approx Lilac. HEX triplet: C6, 92 and BE. RGB value is (198,146,190). Sum of RGB (Red+Green+Blue) = 198+146+190=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BE is #396D41. Grayscale: #A6A6A6. Windows color (decimal): -3763522 or 12489414. OLE color: 12489414.

HSL color Cylindrical-coordinate representation of color #C692BE: hue angle of 309.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692BE is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198146190-
CMYK00.260.040.22
HSL309.23º31.33%67.45%-
HSV(B)309.23º26.26%77.65%-
XYZ42.8636.2853.46-
YUV166.56141.23150.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=37.08%
G=27.34%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814619000.260.040.22309.2331.3367.45
HexC692BE01A4161351f43
Octal30622227603242646537103
Binary11000110100100101011111001101010010110100110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692BE; }

 p { color: rgb(198,146,190); }

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

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

 a { background-color: rgb(198,146,190); }

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

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

 span { border-color: rgb(198,146,190); }

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